

$(document).ready(function(){	
			$("#slider").easySlider({
				auto: true, 
				continuous: true,
				speed: 1000,
				pause: 4000
			});
		});
		
		
/*
$(function(){

	//Banner Home
	$("#banner_home .slidetabs").tabs(".slides_wrapper ul li", {
		effect: 'fade',
		rotate: true
	}).slideshow({autoplay:true, interval:'4000', clickable: false});
	
	
	$("#banner_home").hover(
	  function () {
	    $('.controls', this).animate({
							marginBottom: "0"												
					},200);
	  }, 
	  function () {
	    $('.controls', this).animate({
							marginBottom: "-40px"												
					},200);
	  }
	);

}
*/

