// JavaScript Document
Shadowbox.init({
    // a darker overlay looks better on this particular site
    overlayOpacity: .90		,//The opacity to use for the modal overlay. Defaults to 0.5.
	fadeDuration:3			,//The duration (in seconds) of the fade animations. Defaults to 0.35.
	initialHeight:20		,//	The height of Shadowbox (in pixels) when it first appears on the screen. Defaults to 160.
	initialWidth:30			,//The width of Shadowbox (in pixels) when it first appears on the screen. Defaults to 320.
	resizeDuration:2		,//The duration (in seconds) of the resizing animations. Defaults to 0.35.
  	animSequence:"wh"		,//The animation sequence to use when resizing Shadowbox. May be either "wh" (width first, then height), "hw" (height first, then 				                              width), or "sync" (both simultaneously). Defaults to "sync".
	autoplayMovies:true	   	 ,//Set this false to disable automatically playing movies when they are loaded. Defaults to true.
	overlayColor:"#636363"	,//The color to use for the modal overlay (in hex). Defaults to "#000"
	modal:true				,//Set this true to prevent mouse clicks on the overlay from closing Shadowbox. Defaults to false.
	
});

