	
$(document).ready(function(){
	
	$("#facebook").hover(		function() {$(this).attr("src", "images/layout/footer/facebook_over.gif"); },
						 		function() {$(this).attr("src", "images/layout/footer/facebook.gif"); });
	
	$("#twitter").hover(		function() {$(this).attr("src", "images/layout/footer/twitter_over.gif"); },
								function() {$(this).attr("src", "images/layout/footer/twitter.gif");});
	
	$("#linkedin").hover(		function() {$(this).attr("src", "images/layout/footer/linkedin_over.gif"); },
						 		function() {$(this).attr("src", "images/layout/footer/linkedin.gif");});
	
	$("#sliderTariff").hover(	function() {$(this).attr("src", "images/layout/head/tarrifs-and-availability_over.gif"); },
						 		function() {$(this).attr("src", "images/layout/head/tarrifs-and-availability.gif");});
	
	$(".booknow").hover(		function() {$(this).attr("src", "images/home/booknow_over.gif"); },
								function() {$(this).attr("src", "images/home/booknow.gif"); });
	
	$("#booknowaccom").hover(		function() {$(this).attr("src", "images/sunday/book-now_over.gif"); },
									function() {$(this).attr("src", "images/sunday/book-now.gif"); });
	
	$(".icon_print").hover(		function() {$(this).attr("src", "images/icons/print_over.gif"); },
								function() {$(this).attr("src", "images/icons/print.gif"); });
	
	$(".icon_email").hover(		function() {$(this).attr("src", "images/icons/email_over.gif"); },
								function() {$(this).attr("src", "images/icons/email.gif");});
	
	$(".icon_map").hover(		function() {$(this).attr("src", "images/icons/map_over.gif"); },
								function() {$(this).attr("src", "images/icons/map.gif"); });
	
	$(".icon_streetview").hover(	function() {$(this).attr("src", "images/icons/streetview_over.gif"); },
									function() {$(this).attr("src", "images/icons/streetview.gif"); });
	
	$(".icon_print_small").hover(	function() {$(this).attr("src", "images/icons/print_small_over.gif"); },
									function() {$(this).attr("src", "images/icons/print_small.gif"); });
	
	$(".icon_email_small").hover(	function() {$(this).attr("src", "images/icons/email_small_over.gif"); },
									function() {$(this).attr("src", "images/icons/email_small.gif");});
	
	$(".icon_map_small").hover(		function() {$(this).attr("src", "images/icons/map_small_over.gif"); },
									function() {$(this).attr("src", "images/icons/map_small.gif"); });
	
	$(".icon_streetview_small").hover(	function() {$(this).attr("src", "images/icons/streetview_small_over.gif"); },
										function() {$(this).attr("src", "images/icons/streetview_small.gif"); });
	
	$(".icon_howtobook").hover(		function() {$(this).attr("src", "images/icons/how-to-book_over.gif"); },
									function() {$(this).attr("src", "images/icons/how-to-book.gif"); });
	
	$(".icon_prearrival").hover(	function() {$(this).attr("src", "images/icons/pre-arrival_over.gif"); },
									function() {$(this).attr("src", "images/icons/pre-arrival.gif"); });
	
	$(".icon_arrival").hover(		function() {$(this).attr("src", "images/icons/arrival_over.gif"); },
									function() {$(this).attr("src", "images/icons/arrival.gif"); });
	
	$("#submit").hover(				function() {$(this).attr("src", "images/layout/submit_over.gif"); },
									function() {$(this).attr("src", "images/layout/submit.gif"); });
	
	$(".booknow a").hover(				function() {$("#tariff_key").attr("src", "images/layout/tariff_key_over.gif"); },
										function() {$("#tariff_key").attr("src", "images/layout/tariff_key.gif"); });
	
	$(".rightc_home_box a").hover(	function() {
											 	var objParent = $(this).parent().parent();
												$("a img", objParent).attr("src", "images/layout/rightc/read-more-over.gif");
												$(".title a", objParent).css("color", "#decd6a");					
												},
									function() {
												var objParent = $(this).parent().parent();
												$("a img", objParent).attr("src", "images/layout/rightc/read-more-blue.gif");
												$(".title a", objParent).css("color", "#065f91");
												});
	
	
	$("a.newwindow").click(function() {
							window.open($(this).attr("href"));
							return false;
	});
	
	$("a.printlink").click(function() {
							window.print();
							return false;
	});
	
	$("a[rel^='prettyPhoto']").prettyPhoto({slideshow:5000, autoplay_slideshow:true,deeplinking: false});

});

