(function($) {

$(function(){


});


})(jQuery);





jQuery(document).ready(function($) {
$('.gallery-item a').colorbox({slideshow:true,slideshowStart:'Play',slideshowStop: 'Stop'});
$('.expert-thumb a').colorbox({slideshow:false});
   });
   
