$(document).ready(function()
{
	$("#g1").mbGallery(
	{
		galleryMaxWidth:0,
		galleryWidth:100,
		galleryHeight:100,
		galleryColor:"#333333",
		galleryFrameBorder: 12,
		galleryFrameColor: "white",

		thumbStripPos: "right",
		thumbStripWidth:250,
		thumbSelectColor: "#0B417E",
		thumbOverColor : "#0B417E",
		thumbStripColor: "#055e83",
		thumbsBorder: 4,
		thumbHeight:50,
		headerOpacity: .8,

		labelColor: "#055e83",
		labelColorDisactive: "#055e83",
		labelTextColor: "white",
		labelTextSize:"11px",
		labelHeight:20,

		startFrom:"0",
		fadeTime: 800,
		autoSlide:true,
		autoSize : true,
		slideTimer: 10000,
		iconFolder: "/img/mbgallery",
		startTimer:0
	});
});
