// JavaScript Document

		$(document).ready(function(){
			$(".video").colorbox({iframe:true, innerWidth:700, innerHeight:550});

			$("#click").click(function(){ 
				$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
				return false;
			});
		});
		
	
		hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	fade: 2 // 
});

hs.graphicsDir = 'highslide/graphics/';
hs.wrapperClassName = 'borderless';
