	var photos = [{"src":"/images/colecciones/_253.png", "title":"Zara Home- Autumn/Winter 2010-2011", "collection":"What's New", "height":"550", "width":"766", "text":"New!"}];
	
    var autoTime;
	$(document).ready(function(){
        if (photos.length > 1) {
	    	autoTime = setInterval(function() { nextPhoto(); }, 8000);
		}
    });