﻿// Popup class with jQuery
//
// Disable gallery title and define width and height
$(document).ready(function(){$(".popup").ceebox({htmlGallery:false,htmlWidth:400,htmlHeight:160});});
