$(document).ready(
				function (){
					$('#slider_imagenes').PikaChoose({
					auto_play: true, 
					thumb_width: 0, 
					thumb_height: 0,
					showCaption: false
					});
				});

