$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$(".uv-characteristics").colorbox( {transition: 'elastic', speed:500, width: "795px"} );
	$(".glz-characteristics").colorbox( {transition: 'elastic', speed:500, width: "795px"} );
	$(".company-pics").colorbox( {transition: 'elastic', speed:500, width: "795px"} );
	$(".custom-modifications").colorbox( {transition: 'elastic', speed:500, width: "795px"} );
	//$(".iframe").colorbox( {iframe: true, transition: 'elastic', speed:500, width: "795px", height: "600px"} );
	$(".hardware-details-cbox").colorbox( {iframe: true, transition: 'elastic', speed:500, width: "895px", height: "600px"} );
	if ($('.no-doors-saved-cbox').length > 0) {
        $('.hardware-select-door-cbox').colorbox({ inline: true, href: '#no-doors-saved-colorbox', transition: 'elastic', speed:500, width: "420px", height: "270px" });
    } else {
		$(".hardware-select-door-cbox").colorbox({ iframe: true, transition: 'elastic', speed:500, width: "875px", height: "600px"} );
	};
	$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
});
