


var $j = jQuery.noConflict();
$j(document).ready(function(){
 $j(function(){
 $j('#slider1').anythingSlider({
				width : 736,          // Override the default CSS width
				height: 386,
				delay : 4000,
				easing: 'easeInOutExpo'
			});
});
});







