// Light Box
$(document).ready(function(){
	$(".lightbox").colorbox({width:"350", height:"500", iframe:true });
});
