$(document).ready(function(){
						   
	$('p:last').not('p.imgTitle').css('padding-bottom','0px');
	$('#gallery_list li:last').css('height','27px');


	if (!($('#content_footer').length)) { 
		$('#content').css('padding-bottom','30px');
	}
	if ($('#gallery_list').length) { 
		$('#content').css('padding-bottom','10px');
	}

	$('#sub_nav ul li.last ul').css('border','none');
	
	$('#gallery_list div img').fadeTo('slow',0.82);
	$('#gallery_list div img').hover(function() {
		$(this).fadeTo('slow',1);
	}, function() {
		$(this).fadeTo('fast',0.82);
	});
	
	
	
	$("a.popup").fancybox({ 
		'hideOnContentClick': false,
		'easingIn': "easeOutBack",
		'easingOut': "easeOutSine",
		'easingChange': "easeInOutQuad"
		});
	
	$('#slideshow').cycle({
		speed:   2000, 
		timeout: 5000					  
	});
	
	$('#adverts').cycle({
		fx:     'fade', 
		speed:   2000, 
		timeout: 15000			  
	});

}); //Close document.ready

$(window).bind("load", function() {
	
	$('#left_sidebar ul li a').animate({ 
        marginLeft: "0"
     }, 2000, 'backinout' );
	 
	 $('#intro').slideDown(1000);
	 $('#content').slideDown(500);
	 
	 $('#right_sidebar').fadeIn(5000);
	 $('#loader').fadeOut(1000);
	 $('#logo').fadeIn(2000);	

/*
	bounceout
	elasinout
	elasout
	backin
	backinout
	backout
	*/

		
		
});
