jQuery(document).ready(function() {
   if(document.getElementById("ProductCarousel")){
		$("#ProductCarousel #brandCarouselFooter").jMyCarousel({
		        visible: '100%',
				auto:true
		});
		
	}
});
