
jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        scroll: 1,  //auto scroll
        auto:10,    //the speed of scrolling
		wrap:'circular',
		animation:2000
		
    });
});




Shadowbox.init();

