

$(document).ready(function() {

	$("#reel").colorbox({iframe:true, innerWidth:500, innerHeight:380, transition:"fade",opacity:"0.80", title:" ", rel:"nofollow" });

	$(".colorbox").colorbox({transition:"fade", maxHeight:"80%", maxWidth:"80%", scalePhotos:"true", opacity:"0.65", title:" ", rel:"nofollow"});
	
	$(".colorboxVideo").colorbox({iframe:true, innerWidth:640, innerHeight:360, transition:"fade",opacity:"0.80", title:" ", rel:"nofollow" });
	

/* footer */
$("#clientform").hide(); 
$("#clientlogin").bind('click', toggleClientLogin);
function toggleClientLogin(){
		$("#clientform").slideToggle("fast");
		return false;
	}	

	  

	

});
