$(document).ready(function(){ 
		    $('#main_content').equalHeights();
		    
		    var currentWindow = ($(window).height()) - 58;
		    $('#site_content').css({'min-height': currentWindow});
		    
		    $('#slider').freeSlider({
						rows: 1,
						width: 600,
						height: 500,
						auto: true,
						slideSpeed: 700,
						pauseTime: 10000,
						marginRight: 0,
						marginBottom: 0,
						click : {
							next : '#next',
							previous : '#previous',
							number : '.gotonumb'
							}
					});
		    
		    $("a[rel^='prettyPhoto']").prettyPhoto();  
		     
	    });
