
// funciones varias
// ----------------------------------------------------------------------------
$(document).ready(function(){

	$("#s1").cycle({
    	fx:    'fade',
    	speed:  2500
 	});

	// galeria
/*
	$(".gal_sec").click(function(event){
   		event.preventDefault();
		window.open("show_image.php","Galeria","width=660,height=516,resizable=no,scrollbars=no,toolbar=no,status=no");
	});*/

	// scroller
	$("#pane2").jScrollPane({showArrows:true});

});

/*
http://malsup.com/jquery/cycle/

Efectos:
    * blindX	* blindY    * blindZ    * cover    * curtainX    * curtainY    * fade    * fadeZoom    * growX
    * growY    * scrollUp    * scrollDown    * scrollLeft    * scrollRight    * scrollHorz    * scrollVert
    * shuffle    * slideX    * slideY    * toss    * turnUp    * turnDown    * turnLeft    * turnRight
    * uncover    * wipe    * zoom

*/
