$.noConflict();
jQuery(document).ready(function($) {
		$('#queue2').show();
		$('#queue2 #ccon').fadeIn(2500, function() {
			$(this).siblings().show();
			$(this).jCarouselLite({
				auto: 1500,
				speed: 1500,
				visible: 1
			});
		});
		
		$('#flashcontent a').jqzoom({
		            zoomType: 'innerzoom',
		            preloadImages: true,
		            alwaysOn:false,
					zoomWidth:360,
					zzomHeight:360
		        });
});
