
(function($) {
	$(document).ready(function() {
		$('#main-inner-content').jScrollPane({
			showArrows: true,
			reinitialiseOnImageLoad: true,
			scrollbarWidth: 17,
			scrollbarMargin: 10,
			dragMinHeight:17,
			dragMaxHeight:17
		});
		$(".gallery").lightBox();
		$(".colorbox").colorbox({
			innerWidth: 800,
			innerHeight: 600,
			iframe: true
		});
	});
})(jQuery);
