$(document).ready(function(){
	//Examples of Global Changes
	$.fn.colorbox.settings.bgOpacity = "0.8";

	//Examples of how to assign the ColorBox event to elements.
	//$("a[rel='jack']").colorbox({transition:"fade"});
	$(".colorbox").colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});

	// $(".colorbox").colorbox({transition:"none", fixedWidth:"75%",fixedHeight:"75%", initialWidth:"75%", initialHeight:"75%"});
});
