$(function(){
	$.fn.mbGallery.defaults={
		containment:"",
		galleryTop:50,
		galleryWidth: 300,
		galleryHeight: 300,
		galleryMaxWidth: 0,
		galleryMaxHeight: $("window").height()-120,
		galleryColor: "#cbcd3e",
		galleryFrameBorder: 12,
		galleryFrameColor: "#cacd00",
		maskOpacity:.5,
		maskBgnd:"transparent",

		startFrom: 0,
		headerOpacity: 0.8,
		thumbsBorder: 4,
		thumbHeight: 50,
		thumbStripWidth:250,
		thumbStripColor: "#797a00",
		thumbStripPos: "right",
		thumbSelectColor: "#fff",
		thumbOverColor: "#cacd00",
		imageSelector: ".imgFull",
		thumbnailSelector: ".imgThumb",
		descSelector: ".imgDesc",
		descriptionWidth:300,

		labelColor: "#a6a800",
		labelColorDisactive: "#797a00",
		labelTextColor: "#fff",
		labelTextSize: "11px",
		labelHeight: 20,

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


