$(document).ready(function() {
			$("#pop-serv").fancybox({
				'width'				: 800,
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});
			
			$("#pop-part").fancybox({
				'width'				: 800,
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});
			
			$("#pop-equi").fancybox({
				'width'				: 800,
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});
			
			$("#pop-cntc").fancybox({
				'width'				: 800,
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});
			
			$("#pop-news").fancybox({
				'width'				: 400,
				'height'			: '60%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
			});												
});
	
	
	
	
$(document).ready(function(){
	$(".cover", this).stop().animate({top:'150px'},{queue:false,duration:160});
	//Caption Sliding (Partially Hidden to Visible)
	$('.boxgrid.caption').hover(function(){
	$(".cover", this).stop().animate({top:'40px'},{queue:false,duration:160});
	}, function() {
	$(".cover", this).stop().animate({top:'150px'},{queue:false,duration:160});
	});
});




