// JavaScript Document
$(document).ready(function(){
	$("a[rel='thumb_gallery']").colorbox({transition:"fade", previous:"< prev ", next:" next >"});
	$(".iframe").colorbox({width:"60%", height:"95%", iframe:true});
});
