jQuery(document).ready(function(){

	//alert("test");

   jQuery('#slides').cycle({
       fx:'scrollDown',
       timeout:10000
   });

});
