jQuery(document).ready(function() {
	jQuery('#photoContainer [class="selector"]').click(function(){
		id = this.id+'-0';
		document.getElementById(id).onclick();
	});
});