$(document).ready(function(){

$(function() {
	    $('#imagenes').sdswitch({
	    	time: 7200,
	    	animateTime: 2000,
	    	startElement: 0,
	    	showWindow: true,
	    	showTitle: true
	    });
	});
	
	
	
	


});
