$(function() {

$(function() {
$('.front').animate({"opacity" : '0'}, 0);
		
});
				
/* SLIDE CAPTION 20% */

$('.folioThumb').hover(function() {

$(this).children('.front').stop().animate({"opacity" : '1.0'}, 300);
												
}, function() {
													
$(this).children('.front').stop().animate({"opacity" : '0'}, 1000);
												
});

});	

$(function() {

$(function() {

$('.folioItemContent').animate({"opacity" : '0'}, 0);

});
				
/* SLIDE CAPTION 20% */
$('.folioContentThumb').hover(function() {
													$(this).children('.folioItemContent').stop().animate({"opacity" : '1.0'}, 300);
}, function() {

$(this).children('.folioItemContent').stop().animate({"opacity" : '0'}, 100);
});
												
});												
