$(function() {	$('.slideshowprincipal img:first').fadeIn(1000, function() {				$('.slideshowprincipal').cycle({			fx:	'fade',			timeout: 8000,			speed:  '800', 	        pager:  '#navigator2',			slideExpr: 'img'		});	});		$('.slideshow img:first').fadeIn(1000, function() {		$('#prev').fadeIn();		$('#next').fadeIn();					$('.slideshow').cycle({			fx:	'scrollHorz',			timeout: 8000,			speed:  '300',         pager:  '#navigator',		slideExpr: 'img'		});	});});
