// JavaScript Document
			$(document).ready(function(){
			
				$('.photo').hover(function(){
					$("img", this).stop().animate({right:'20px'},{queue:false,duration:300});
				}, function() {
					$("img", this).stop().animate({right:'0px'},{queue:false,duration:300});
				});
			
	
			});
			
			$(function()
			{
				$('#news')
					.jScrollPane(
						{
							showArrows:true
						}
					);
			});
			


		$(document).ready(function(){
			$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'facebook',slideshow:6000});
			$(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:6000});
		});
		$(document).ready(function(){
			$(".gallery2:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'facebook',slideshow:6000});
			$(".gallery2:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:6000});
		});
