$(document).ready( function(){

	$('#page-title h1').innerWidth();
	$('#page-title-line').css({'width' : (790-$('#page-title h1').innerWidth())+'px'});

	$('ul.gallery a').lightBox({fixedNavigation:true});
	
	var windowHeight = $(window).height();
	if (windowHeight < 700) {
		$('#margin-top').css({'margin-top' : '50px'});
	}
	
	
	
	$("ul.gallery, div.info").jScrollPane({showArrows:true})
	
	$('#slogan a').dropShadow({left: 8, top: 8, opacity: 0.8, blur: 4, color: "#000"});
	
	 $("img.dropshadow").wrap("<div class='wrap1'><div class='wrap2'>" +
     "<div class='wrap3'></div></div></div>");
     

	

});
