$(document).ready(function() {
	$(".ColorBoxImages").colorbox({transition:"none", width:"60%", height:"60%",photo:true,slideshow:true});           		
        $(".MediumImageLink").colorbox({photo:true,width:"75%",height:"75%"});
	$(".DownloadImageLink").colorbox({downloadLink:true,photo:true,width:"75%",height:"75%"});
});




