$(document).ready(function(){
	$('#slideshow_container').cycle({
		fx: 'fade',
		timeout: 7000
	});
	$("#scroller").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 6
    });
	
	 $('#slides').cycle({
		fx: 'fade',
		speed:  'fast', 
		next:   '#next', 
		prev:   '#prev',
		containerResize: 1,
		height: '332',
		width: '882'
	});
	
});


