/*
  You can add/edit your JavaScript below.
  To utilize this script in your store, add the following
  line to your store's templates where necessary: 

  <script type="text/javascript" src="/slideshowjs.js"></script>
//requires jQuery...
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
*/


jQuery(document).ready(function($) { 

	
	$('.rotator_slider').scrollable({ circular: true, mousewheel: false, keyboard: false, speed: 500 }).autoscroll({ autoplay: true, interval: 5000 }).navigator();

	
}); // STOP JQUERY


