$(document).ready(function() {
						   
			$.localScroll();
		   		  
		   
			$("div.res_pod").hover(
				function(){
					$(this).addClass('reshover');
					},
					
				function(){
					$(this).removeClass('reshover');
				}
			);
		   
		   
			$('#photo_holder').cycle('fade');
			
			
			$('#phs_1').cycle({ 
			fx:     'scrollHorz', 
			speed:  600, 
			next:   '#phs1_next',
			timeout: 0,
			easing:  'backinout'});
			
			$('#phs_2').cycle({ 
			fx:     'scrollHorz', 
			speed:  600, 
			next:   '#phs2_next',
			timeout: 0,
			easing:  'backinout'});
			
			$('#phs_3').cycle({ 
			fx:     'scrollHorz', 
			speed:  600, 
			next:   '#phs3_next',
			timeout: 0,
			easing:  'backinout'});
			
			$('#phs_4').cycle({ 
			fx:     'scrollHorz', 
			speed:  600, 
			next:   '#phs4_next',
			timeout: 0,
			easing:  'backinout'});
			
			$('#phs_5').cycle({ 
			fx:     'scrollHorz', 
			speed:  600, 
			next:   '#phs5_next',
			timeout: 0,
			easing:  'backinout'});
			
			$('#phs_6').cycle({ 
			fx:     'scrollHorz', 
			speed:  600, 
			next:   '#phs6_next',
			timeout: 0,
			easing:  'backinout'});
			
			$('#photo_holder_lrg').cycle({ 
				fx:     'scrollHorz', 
				speed:  600, 
				next:   '#photo_holder_lrg', 
				timeout: 0,
				easing:  'backinout'});

});