$(document).ready( function(){ 
     	
     	$("a[rel^='prettyPhoto']").prettyPhoto({
				opacity: 0.80, 
				showTitle: false, 
				theme: 'light_square'
			});
			
      $('.imagen').cycle({ 
          fx:     'fade', 
          speed:  'fast', 
          timeout: 0, 
          next:   '#next2', 
          prev:   '#prev2' 
      });


});