    $(function(){

      
      $.fn.mbGallery.defaults={
        containment:"galeria",
        galleryTop:20,
        galleryWidth: 995,
        galleryHeight: 300,
        galleryMaxWidth: 995,
        /*galleryMaxHeight: $("window").height()-80,*/
        galleryMaxHeight: 995,
        galleryColor: "#33333f",
        galleryFrameBorder: 12,
        galleryFrameColor: "#fff",
        maskOpacity:.5,
        maskBgnd:"transparent",

        startFrom: 0,
        headerOpacity: 0.8,
        thumbsBorder: 4,
        thumbHeight: 50,
		/*thumbWidth aņadido por inigoalzugaray */
        thumbWidth: 50,
        thumbStripWidth:590,
        thumbStripColor: "#00000f",
        thumbStripPos: "left",
        thumbSelectColor: "black",
        thumbOverColor: "#cccccc",
        imageSelector: ".imgFull",
        thumbnailSelector: ".imgThumb",
		/*bigSelector aņadido por inigoalzugaray */
        bigSelector: ".imgBig",
        descSelector: ".imgDesc",
        descriptionWidth:300,
		//descriptionView aņadido por inigoalzugaray 
    descriptionView:false,

        labelColor: "#00000f",
        labelColorDisactive: "#00000f",
        labelTextColor: "#fff",
        labelTextSize: "11px",
        labelHeight: 20,

        iconFolder: "/click/elements/white",
        fadeTime: 500,
        autoSlide: false,
        slideTimer: 10000,
        autoSize: true,
        startTimer:0
      };

      $('#g1').mbGallery({maskBgnd:'#ccc', maskOpacity:.9, containment:'galleryPlace'});


    });
