$(document).ready(function(){
	$('.lightbox').lightBox();
	$('.colorbox').colorbox();
});
