$(document).ready(function(){
$('.cover').fadeTo(1, 0.0);
$('.boxgrid.captionfull').hover(function(){
$(".cover", this).fadeTo("normal", 0.9);
}, function() {
$(".cover", this).fadeTo("normal", 0.0);
});
});

$(document).ready(function(){
$('.cover').fadeTo(1, 0.0);
$('.boxgrid_logo.captionfull_logo').hover(function(){
$(".cover", this).fadeTo("normal", 0.6);
}, function() {
$(".cover", this).fadeTo("normal", 0.0);
});
});
