$(document).ready(function() { 
	$("ul.sf-menu").superfish({ 
		animation: {height:'show'},   // slide-down effect without fade-in 
		autoArrows: false,
		delay:     200               // 1.2 second delay on mouseout 
	}); 
	
	$("#info-home-01").colorbox({width:"550px", inline:true, href:"#info-content"});
	$("#prod-01-vid").colorbox({width:"520px", inline:true, href:"#vid01"});
	$("a[rel='product-01']").colorbox({transition:"none", width:"520px", height:"360px", slideshow:false, rel:'nofollow'});
	//$("a[rel='a']").colorbox({width:"600px", height:"300px", inline:true, href:"#zooImage"});
	$("a.zO").colorbox({width:"auto", inline:true, current:"", html:true, scalePhotos:false, previous:"", next:"", loop:false, rel:true,href:"#product-slider2"});
	$("#btn-form-01").colorbox({width:"690px", inline:true, href:"#form-product"});
	$("#sub22").colorbox({width:"250px", inline:true, href:"#thanks"});
}); 
