jQuery(document).ready(function(){
	jQuery('#featured').fadeSlideShow();
	
	jQuery('#mycarousel').jcarousel({
        vertical: true,
		auto: 5,
		wrap: 'circular',
        scroll:1,
		buttonNextHTML: null,
		buttonPrevHTML: null,
		animation:"slow"
	
    });	
});
