﻿ jQuery(document).ready(
    function() {
    $('#featuredContentRolling .thirdGalleryItem').cycle({ 
    fx:      'scrollRight', 
    speedIn:  500, 
    speedOut: 5, 
    timeout:  10000,
    delay: -5000,
    pager:  '#nav' 

});
    }
    )