			$(document).ready(function() {				
				// SLIDESHOW - the other little scroller
				$('#selector-slider').cycle({
				  fx: 'scrollHorz',
				  speed: 1000,
				  fastOnEvent: 500,
				  pause: 1,
				  timeout: 5000,
				  delay: 0,
				  prev: '#selector-bck',
				  next: '#selector-fwd'
				});
			});		
