;(function($){

	$(document).ready(function(){
		window.shadowbox_conf = {
			animate: true,
			animateFade: true,
			animSequence: "wh",
			modal: false,
			overlayColor: "#000",
			overlayOpacity: 0.8,
			flashBgColor: "#000000",
			autoplayMovies: true,
			showMovieControls: true,
			slideshowDelay: 0,
			resizeDuration: 0.55,
			fadeDuration: 0.35,
			displayNav: true,
			continuous: false,
			displayCounter: true,
			counterType: "default",
			counterLimit: 10,
			viewportPadding: 20,
			handleOversize: "resize",
			handleUnsupported: "link",
			initialHeight: 160,
			initialWidth: 320,
			enableKeys: true//,
			//flvPlayer: "shadowbox-js/flvplayer.swf"
		}
		Shadowbox.loadSkin('classic', (HTTP_PATH || "") + 'library/shadowbox/skin');
		Shadowbox.init(shadowbox_conf);
	});
})(jQuery);

