$(document).ready(function() {

	$('a.cbox').colorbox({
		transition: 'none',
		width: '600px',
		height: '760px',
		opacity: 0.85
		
	});

});

