// JavaScript Document
		$(document).ready(function(){
			// Second Example
			$("#slider").easySlider({
				loop: true,
				speed: 500,
				orientation: 'horizontal',
        		autoplayDuration: 5000,
        		autogeneratePagination: true,
				restartDuration: 1000,
				nextId: 'next',
				prevId: 'prev',
				prevText:'<img border="0" src="img/flechin_izq.png" />',
				nextText:'<img border="0" src="img/flechin_der.png" />',
				pauseable: true,
				pauseButtons: true
			});
			
		});
