$(document).ready(function(){
	
	//for prettyPhoto
	$("a[data-gal^='prettyPhoto']").prettyPhoto({theme:'facebook'});

	// We only want these styles applied when javascript is enabled
	$('div.navigation').css({'width' : '630px', 'float' : 'left'});
	$('div.content').css('display', 'block');
	

	
	

});	
