var shadowbox_conf = {
	animate: true,
	animateFade: true,
	animSequence: "wh",
	modal: false,
	overlayColor: "#000",
	overlayOpacity: 0.8,
	flashBgColor: "#000000",
	autoplayMovies: false,
	showMovieControls: false,
	slideshowDelay: 6,
	resizeDuration: 0.55,
	fadeDuration: 0.35,
	displayNav: true,
	continuous: true,
	displayCounter: true,
	counterType: "default",
	counterLimit: 10,
	viewportPadding: 5,
	handleOversize: "drag",
	handleUnsupported: "link",
	initialHeight: 160,
	initialWidth: 320,
	enableKeys: true,
	flvPlayer: "http://www.drivearabia.com/news/wp-content/plugins/shadowbox-js/flvplayer.swf"
};
window.onload = function(){
	Shadowbox.init(shadowbox_conf);
};
