
//<![CDATA[
$(function(){
	$("#grid-content").vgrid({
		easeing: "easeOutQuint",
		time: 400,
		delay: 20
	});
});
//]]>


$(document).ready(function(){
$(".over").fadeTo("slow", 1.0); 
$(".over").hover(function(){
$(this).fadeTo("slow", 0.5); 
},function(){
$(this).fadeTo("slow", 1.0); 
});
});


$(function(){
jQuery('img.bgmaximage').maxImage({
isBackground: true,
slideShow: false,
slideShowTitle: false,
slideDelay: 6,
maxFollows: 'height',
resizeMsg: {show: false}
});
});




