/**
 * @author avrameisner
 */
document.observe("dom:loaded", function() {
	new DCboxAnimated("ul.photo-list a.dcbox-link");
});