// JavaScript Document
    $(document).ready(function(){ 
        $(document).pngFix(); 
		
		
		$("#slider").easySlider({
			prevText:'<img src="images/fecha-iz.png" width="20" height="27"  border="0"/>',
			nextText:'<img src="images/fecha-de.png" width="20" height="27"  border="0" />',
			auto: true, 
			continuous: true,
			orientation:'horizontal'
		});
		
    }); 
	
	function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

