$(document).ready(function(){
				$.fn.colorbox.settings.transition = "fade";
				$.fn.colorbox.settings.bgOpacity = "0.9";
				$.fn.colorbox.settings.contentCurrent = "image {current} of {total}";
				$(".cpModal").colorbox();
				$("#ajax").colorbox({contentWidth:"300px", contentHeight:"195px"});
				$("#flash").colorbox({contentAjax:"../content/flash.html"});
				$("#google").colorbox({contentWidth:"750px", contentHeight:"450px", contentIframe:true});
				$("#inline").colorbox({contentWidth:"500px", contentInline:"#inline-content"});
			});

