$(document).ready(function(){
	$("a[rel='book_image']").colorbox({maxWidth: '600px', arrowKey: false, previous: '', next: '', current: ''});
});

