$(document).ready(function(){
	
	$("a[rel='colbox']").colorbox({transition:"elastic"});
				
});
