	jQuery(function($){
		$('#jq_fmslideshow').fmslideshow({
		
			//Note: if you need to modify further see the available variable in fmslideshow.js file.
			
			banner_width : 960,
			banner_height : 267,
		
			image_background : "slideshow/bg.png",
			image_topShadow : "slideshow/top_border.png",
			image_bottomShadow : "slideshow/bottom_border.png",
			
			background_fullScreen : true,
			background_move : true,
			background_moveDistance : 700,

			buttons_type : 1,
			buttons_autoHide : true,
			
			button_nextPrevious_type : 1,

			slideShow_delayTime : 3.7
			
		});
	});

	var prenavfn = function (ev,obj){
		if(ev=="ovr"){
			obj.css({"background-position":"20px -30px" });
			
		}else{
			if(ev=="out"){
				obj.css({"background-position":"20px 0px" });
			}else{
				obj.css({"background-position":"20px 0px" });
			}
		}
	};

