/*
*	JS Document
*/
$(document).ready(function(){
	$("a.colorbox").colorbox({
		transition: "fade",
		scalePhotos: false
	});
	
	
});
