/*

	Public Dreams
	http://www.publicdreams.org
    
	
*/
$(document).ready(function() {
		
		$('.pager').cycle({
			prev:   '.prev', 
			next:   '.next', 
			timeout:       	0,  // milliseconds between slide transitions (0 to disable auto advance) 
			speed:         1500,  // speed of the transition (any valid fx speed value) 
			pause:         1,     // true to enable "pause on hover" 
			delay:       	0,     // additional delay (in ms) for first transition (hint: can be negative) 
			fx:					'scrollHorz'
			
			});
		
		$('.sponsor-pager').cycle({
			prev:   '.sponsor-prev', 
			next:   '.sponsor-next', 
			timeout:       	0,  // milliseconds between slide transitions (0 to disable auto advance) 
			speed:         1500,  // speed of the transition (any valid fx speed value) 
			pause:         1,     // true to enable "pause on hover" 
			fx:					'scrollHorz'
			
			});
});
		
		
