$(document).ready(function(){
	$.fn.colorbox.settings.bgOpacity = "0.9";
	$("a.single").colorbox();
});
