$(document).ready(function(){
	$(".targetReplace,.outLink").attr("target","_blank");
	$(".slide").colorbox({scalePhotos:"true",slideshow:"true",slideshowSpeed:"4100",current:"{current} / {total}",transition:"elastic",maxWidth:"auto",maxHeight:"97%"});
	$(".cBoxSingle").colorbox({scalePhotos:"true",maxWidth:"auto",maxHeight:"97%"});
});