function AfterLoadPage(){
		$.fn.colorbox.settings.transition = "fade";
				$.fn.colorbox.settings.bgOpacity = "0.9";
				$.fn.colorbox.settings.contentCurrent = "image {current} of {total}";
				$(".cpModal").colorbox();

}
$(document).ready(AfterLoadPage);	