$.fn.mbGallery.defaults={
   galleryTop:20,
   galleryWidth: 500,
   galleryHeight: 600,
   galleryMaxWidth: 0,
   galleryMaxHeight: $("window").height()-20,
   galleryColor: "#333",
   galleryFrameBorder: 5,
   galleryFrameColor: "#fff",
   maskOpacity:.5,
   maskBgnd:"transparent",
   startFrom: "random",
   headerOpacity: 0.8,
   thumbsBorder: 4,
   thumbHeight: 50,
   thumbStripWidth:250,
   thumbStripColor: "#333333",
   thumbStripPos: "right",
   thumbSelectColor: "black",
   thumbOverColor: "#cccccc",
   imageSelector: ".imgFull",
   thumbnailSelector: ".imgThumb",
   descSelector: ".imgDesc",
   descriptionWidth:500,
   labelColor: "#333",
   labelColorDisactive: "#333",
   labelTextColor: "#fff",
   labelTextSize: "11px",
   labelHeight: 20,
   iconFolder: "/static/img/gallery/white",
   fadeTime: 500,
 //  autoSlide: true,
 //  slideTimer: 6000,
   autoSize: true,
   startTimer:0
};

