    .Gallery3div {
        margin: 0 auto;
        height:auto;
        width:100%;
        text-align:center;
    }

    .Gallery3Heading {
        text-align:left;
    }

    .GalleryBlocks {
        margin-left:0px;
        padding-left:0px; 
        display: inline-block;
        position:relative;
    }

    .GalleryBlocks img {
      float: left;
      margin: 10px;
      border: 2px solid #000;
      -webkit-transition: box-shadow 0.5s ease;
      -moz-transition: box-shadow 0.5s ease;
      -o-transition: box-shadow 0.5s ease;
      -ms-transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease;
    }

    .GalleryBlocks img:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
      box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
    }
	.galleria-errors{
		display:none!important;
	}
    .GalleryBlocksHeading {
        width:inherit;
        position:relative;
        cursor:pointer;
    }


     .PhotoBlocks {
        list-style-type: none;
        margin-left:0px;
        padding-left:0px; 
        display: inline-block;
        position:relative;
    }


    .PhotoBlocks img {
     
      margin: 10px;
      border: 2px solid #000;
      -webkit-transition: box-shadow 0.5s ease;
      -moz-transition: box-shadow 0.5s ease;
      -o-transition: box-shadow 0.5s ease;
      -ms-transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease;
    }
    .PhotoBlocks img:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
      box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	  filter: brightness(130%);
	  
    }

        .centerwrapper
    {
       margin: auto;
       width: 90%;
    }

    .PhotoBlocksHeading {
      width:inherit;
    }

    .rounded_corners {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
       border-radius: 10px;
    }

    #cboxTitle {
    font-size:18px;
    }