
		$(document).ready(function(){
			$("a[rel='example_PIC']").colorbox({transition:"none", width:"75%", height:"75%"});
			$(".example_Video").colorbox();
			$(".example_YouTube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
			$(".example_Iframe").colorbox({width:"635px", height:"650px", iframe:true});
			$(".example_Iframe_product").colorbox({width:"800px", height:"650px", iframe:true});
		});

