$(document).ready(function(){
	$(".gallery .gallery-thumbnail a").colorbox({transition:"elastic", preloading: true, current:'' });
});

