$(document).ready(function(){
	
	$("#slider").xparoSlider({
		interval:3000,
		slide:true,
		navi: true,
		pages: true,
		numbers:"image",
		text:true,
		direction:"forward"
	});
	
	$(".carousel_footer").css({'display':'block'}) ;
	
	$(".carousel_footer ul li").each(function(){
		$(this).css({'height':'57px'}) ;
		$(this).css({'width':'150px'}) ;
	}) ;
	
	
	$(".carousel_footer").jCarouselLite({
	    auto: 800,
	    speed: 1000
	}); 
	
	
	
	
	
	
});
