document.write("<style type='text/css'>.hidden{display:none;}<\/style>");

$(document).ready(function(){
	//Examples of Global Changes
	$.fn.colorbox.settings.bgOpacity = "0.9";
	$(".colorbox").colorbox({transition:"elastic"});
	$("a[rel='jewelry']").colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});


});

