if(!mapness){
	var mapness = {};
}

/****************************
 *  UI FOR PROFILE :
 ****************************/
if(!mapness.ev){
	mapness.ev = {};
}

mapness.ev.bindDomEvents = function() {
	$(".thumbs span a:not(.video)").colorbox({
		transition:"elastic", 
		transitionSpeed:"100", 
		overlayClose: "true", 
		contentCurrent: "{current} / {total}", 
		bgOpacity : "0.6"
	});
}


