$(document).ready(function(){


	$('#slider')
	.anythingSlider({
		width               : 960,
		height              : 350,
		autoPlay            : false,
		 buildArrows         : true,      // If true, builds the forwards and backwards buttons
  		buildNavigation     : false,   
		
	});
	
	/*$("div#makeMeScrollable").smoothDivScroll({ 
			autoScroll: "onstart" , 
			autoScrollDirection: "endlessloopright", 
			autoScrollStep: 1, 
			autoScrollInterval: 30,	
			startAtElementId: "startAtMe", 
			visibleHotSpots: "always"
		});*/
		
			
	
});
