$(document).ready(function() {
$(".hide").css("display","block");
$('.homeslides').cycle({ fx: 'scrollHorz', speed:  500, pager: '.homeslidenav', pause: 1, timeout: 900000000  });
$('.homeslidesnavwrap').not('.stopped').find('a').click(function(){
$('.homeslides').cycle('pause');
$('.homeslidesnavwrap').addClass('stopped'); return false; }); 
}); 
