$(document).ready(function(){
	$("a[rel='color_box']").colorbox({transition:"none", width:"75%", height:"75%"});
	
});
