$(document).ready(function(){

	$('.boxgrid.captionfull').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'-170px'},{queue:false,duration:300});
	});
	
	
	$("#slider-front").SexySlider({
        width     : 846,
        height    : 370,
        delay     : 2000,
        strips    : 1,
        autopause : true,
        navigation: '#navigation',
        control   : '#control',
        effect    : 'fade'
    });

});
