$(document).ready(function() {
$('.roundedCornerMain').cornerz({
radius: 10,
background: ("#DBE7F0")  
})

$('#tabs a').cornerz({
radius: 5,
background: ("#9C9CC9"),
corners: ("tl tr") 
})

$('.roundedCornerLeft').cornerz({
radius: 10,
background: ("#9C9CC9")  
})

$('#navLeft li a').cornerz({
radius: 5,
background: ("#9C9CC9")  
})

})

$().ready(function() {
$('#header h1').FontEffect({ 
gradient:true,
gradientColor:"#5a5aa5", 
mirror:true,
mirrorOffset:-18,
mirrorHeight:70, 
mirrorColor:"#242442" })
})

$(function(){
	positionFooter(); 
	function positionFooter(){
		if($(document.body).height() < $(window).height()){
			$("#footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$("#footer").height())+"px"})
		}	
	}
 
	$(window)
		.scroll(positionFooter)
		.resize(positionFooter)
});

$(document).ready(function() {
$(".zoom").imgbox({
'speedIn'		: 0,
'speedOut'		: 0,
'alignment'		: 'center',
'overlayShow'	: true,
'allowMultiple'	: false
});
});




