
$('.boxgrid.caption').hover(function(){
$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160});
}, function() {
$(".cover", this).stop().animate({top:'265px'},{queue:false,duration:160});
});
.captionfull .boxcaption {
top: 300px;
left: 0;
}

$('.boxgrid.captionfull').hover(function(){
$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160});
}, function() {
$(".cover", this).stop().animate({top:'350px'},{queue:false,duration:160});
});
.caption .boxcaption {
top: 265px;
left: 0;
}
$('.boxgrid.slideright').hover(function(){
$(".cover", this).stop().animate({left:'450px'},{queue:false,duration:300});
}, function() {
$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
});
$('.boxgrid.thecombo').hover(function(){
$(".cover", this).stop().animate({top:'300px', left:'450px'},{queue:false,duration:300});
}, function() {
$(".cover", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
});
$('.boxgrid.slidedown').hover(function(){
$(".cover", this).stop().animate({top:'-300px'},{queue:false,duration:300});
}, function() {
$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
});
$('.boxgrid.peek').hover(function(){
$(".cover", this).stop().animate({top:'90px'},{queue:false,duration:160});
}, function() {
$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
});