$(document).ready(function(){
	$(".colorbox").colorbox();
	$(".gallery a").colorbox({slideshow:true});
});