	var scrolly = "hidden";
		$(document).ready(function(){		
			$(".lb").colorbox({width:"80%", height:"80%", iframe:true});
			$(".lbsizechart").colorbox({width:"700px", height:"80%", iframe:true, scrolling:true});
			$(".lbstylecompare").colorbox({width:"900px", height:"80%", iframe:true, scrolling:true});
			$(".lbcomparepads").colorbox({width:"600px", height:"80%", iframe:true, scrolling:true});
			$(".lbpic").colorbox({innerWidth:432, innerHeight:640, iframe:true, scrolling:false});	
			$(".lbpic2").colorbox({innerWidth:232, innerHeight:640, iframe:true, scrolling:false});				
			$(".lbpic3").colorbox({innerWidth:460, innerHeight:650, iframe:true, scrolling:false});						
			$(".lbtastic").colorbox({innerWidth:410, innerHeight:175, iframe:true, scrolling:false});		
			$(".lbtastic2").colorbox({innerWidth:250, innerHeight:430, iframe:true, scrolling:false});		
			$(".lbtastic3").colorbox({innerWidth:510, height:"80%", iframe:true, scrolling:false});
			$(".lbtastic4").colorbox({innerWidth:400, height:500, iframe:true, scrolling:false});																																
			$(".lbsm").colorbox({innerWidth:640, innerHeight:505, iframe:true});
			$(".lbaviana").colorbox({width:"760px", height:"80%", iframe:true, scrolling:true});
			$("a[rel='prodphotos']").colorbox({slideshow:true, height:650});


			$("a[rel='prodphotos2']").colorbox({slideshow:true, height:650});
			$("a[rel='prodphotos3']").colorbox({slideshow:true, height:650});
			$("a[rel='prodphotos4']").colorbox({slideshow:true, height:650});
			$("a[rel='prodphotos5']").colorbox({slideshow:true, height:650});
			$("a[rel='prodphotos_test']").colorbox({slideshow:true, height:650});


			
			$("area[rel='detergentinfomap']").colorbox({slideshow:false, height:460, width:570, slideshowAuto:false, rel:true});



			if ($(document).height() > $(window).height()) { 
        	scrolly = "scroll";
    		}
																											
		});
		$(document).bind('cbox_load', function(){
			wheight = document.documentElement.clientHeight + 'px';
			$("#wrapper").css("height", wheight);
			$("#wrapper").css("overflow", "hidden");
			$("body").css("overflow", "hidden");
			$("html").css("overflow-y", scrolly);
		});	
		$(document).bind('cbox_closed', function(){
			$("#wrapper").css("height", "100%");
			$("#wrapper").css("overflow", "auto");
			$("body").css("overflow", "auto");	
			
		});
