﻿
 $(function() {
        //$('a[@rel*=lightbox]').lightBox();
          $.fn.mbGallery.defaults={
        containment:"",
        galleryTop:100,
        galleryWidth: 300,
        galleryHeight: 300,
        galleryMaxWidth: 0,
        galleryMaxHeight: $("window").height()-120,
        galleryColor: "#333",
        galleryFrameBorder: 12,
        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:300,

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

        iconFolder: "../../css/elements/white",
        fadeTime: 500,
        autoSlide: true,
        slideTimer: 6000,
        autoSize: true,
        startTimer:0
      };
        $(".phGalery").colorbox({width:"880px;", height:"670px", iframe:true});

        $("a[rel='lightbox']").colorbox({slideshow:true,transition:"fade",slideshowSpeed:5500});
         $("a[rel='lightbox2']").colorbox({slideshow:true,transition:"fade",slideshowSpeed:5500});
       
   $("a[rel='lightbox']").css("height","83px").css("overflow","hidden").css("display","block");
     $(".date").mask("99/99/9999");
     $(".time").mask("99:99");    
     $(".value").numeric();
       
});
    
    
function test(id)
        {
       
        $("#vMap"+id+"").colorbox({rel:'group'+id+''});
        }
        
      
       
