jQuery(function(){
	jQuery("#site-screenshots-panel a[rel='screenshots'],#site-screenshots-panel a").colorbox({
	
		//height:"100%", 
		photoScaling:false,
		current:"Screenshot {current} of {total}"
		
		});
});//$("a[rel='example2']").colorbox({transition:"fade"});
