/* 
 * Handle rotating images
 */
$('.rotating_images_list').cycle({
    fx:         'fade',
    timeout:    2000,  // milliseconds between slide transitions (0 to disable auto advance)
    speed:      2000  // speed of the transition (any valid fx speed value)
});



