$(document).ready(function(){
	$(".feat_list").jCarouselLite({
		btnNext: ".feat_prods .next",
		btnPrev: ".feat_prods .prev",
		visible: 4,
		speed: 400
	});
	
	$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'120px'},{queue:false,duration:190});
				}, function() {
					$(".cover", this).stop().animate({top:'206px'},{queue:false,duration:190});
				});
	
}); //close doc ready


