/*** Front Row Web esta diseņado en base a jQuery e Interface Elements *****/
$(document).ready(function(){
			$('#frontrow').Carousel({
					itemWidth: 128,
					itemHeight: 128,
					itemMinWidth: 70,
					items: 'a',
					reflections: 0.8,
					rotationSpeed: 2.5
			});
			$.ImageBox.init({
					loaderSRC: 'img/cargar.gif',
					closeHTML: '<img src="img/cerrar.jpg" />',
					overlayOpacity: 0.5
			});
});
