// JavaScript Document
$(document).ready(function(){
	//Actions:
		//Init prettyPhoto to our structure link
		$("div#main_left_column ul li a[rel^='our_structure']").prettyPhoto({animationSpeed:'slow',theme:'facebook'});
});
