// JavaScript Document
$(document).ready(function(){

$.fn.mbGallery.defaults={
        containment:"",
        galleryTop:170,
        galleryWidth: 300,
        galleryHeight: 300,
        galleryMaxWidth: 0,
        galleryMaxHeight: $("window").height()-120,
        galleryColor: "#333",
        galleryFrameBorder: 3,
        galleryFrameColor: "#fff",
        maskOpacity:.1,
        maskBgnd:"transparent",
 
        startFrom: "random",
        headerOpacity: 0.8,
        thumbsBorder: 2,
        thumbHeight: 50,
        thumbStripWidth:250,
        thumbStripColor: "#333333",
        thumbStripPos: "left",
        thumbSelectColor: "black",
        thumbOverColor: "#cccccc",
        imageSelector: ".imgFull",
        thumbnailSelector: ".imgThumb",
        descSelector: ".imgDesc",
        descriptionWidth:300,
 
        labelColor: "#333",
        labelColorDisactive: "#333",
        labelTextColor: "#fff",
        labelTextSize: "11px",
        labelHeight: 20,
 
        iconFolder: "kepek/mbgallery",
        fadeTime: 500,
        autoSlide: true,
        slideTimer: 6000,
        autoSize: true,
        startTimer:0
      };
});

