$(document).ready(function() {
	$(".film_wrap").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 3,
		auto:3000,
		speed:2000
	});
});