var $ = jQuery.noConflict();

$(document).ready(function() {
			
	$("a[rel='colorbox']").colorbox({
		transition:"none",
		width:"70%",
		height:"70%",
		scalePhotos:true,
		scrolling:false,
		onComplete: function() {
       $(this).colorbox.resize();
    },
    preloading: true
	});
	
});
