//$(document).ready(function() {
//    	end = 5;
//		current = 1
//		;		
//       });
//
//		function goNext(){
//			$('#photo_banner'+current).animate({width: 'hide'},1200);
//			current++;
//			if(current==end){current=1;}
//			$('#photo_banner'+current).animate({width: 'show'}, 1900);
//		}
//		
//		setInterval( "goNext()", 5000 );

		


