$(function(){
	$("#g").mbGallery( {
		galleryMaxWidth:300,
		galleryWidth:300,
		galleryHeight:300,
		galleryColor:"#333",
		galleryFrameBorder: 12,
		galleryFrameColor:"#fff",

		thumbStripPos: "right",
		thumbStripWidth:250,
		thumbSelectColor: "#fff",
		thumbOverColor : "#cccccc",
		thumbStripColor: "#333333",
		thumbsBorder: 4,
		thumbHeight:50,
		headerOpacity: .8,

		labelColor: "#333333",
		labelColorDisactive:"#333333",
		labelTextColor: "#ffffff",
		labelTextSize:"11px",
		labelHeight:20,

		startFrom: 0,
		fadeTime: 500,
		autoSlide: true,
		autoSize : true,
		slideTimer: 6000,
		iconFolder: "/elements/white",
		startTimer:0
	}
		)});
