$(document).ready(function(){

	if ($.fn.colorbox) {
		$('#gallery div.image a[rel="colorbox"]').colorbox();
	}

});
