#mainPicture-container
{
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;
    
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  
  margin-left: 15px;
  margin-bottom: 15px;
  <!--[if IE]-->
  margin-bottom: 40px;
  <![endif]-->
  
}


#mainPicture
{
  text-align: center;
}

#lightbox-container-image-data-box
{
  .tagsSide:hover {
    background: -moz-linear-gradient(center top , #FEFEFE, #DCDCDC) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000000;
}
}

#lightbox-viewAll a { font-size: 0.83em; <!--font-weight: bold;--> }

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 600px; 
  background-color: rgba(190,190,190,.5);
  /* background-image: url('/images/background-gallery.jpg'); */
  background-repeat: repeat-x;
  background-position: top;
  z-index: 100;
  text-align: center;
  line-height: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  margin:0px auto;

}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background: rgb(56, 56, 56);
  width: 250px;
  margin: 0 auto;
  
}
#lightbox-container-image { padding: 1px 1px 0px 1px }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;

}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
<!--
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev { 
  left: 0; 
  float: left;
}
#lightbox-nav-btnNext { 
  right: 0; 
  float: right;
}
-->
#lightbox-container-image-data-box {
  position: absolute; bottom: 0; left: 0;
  font: 10px Verdana, Helvetica, sans-serif;
  background: rgb(42, 42, 42); /* The Fallback */
  background: rgba(42, 42, 42, 0.9);
  
  margin: 0 auto;
  line-height: 1.4em;
  overflow: hidden;
  width: 100%;
  padding: 0 0px 0;
}
#lightbox-container-image-data {
  padding: 0 10px; 
  color: #fff;
  overflow: hidden; 
  
  bottom:25px;
}
#lightbox-container-image-data #lightbox-image-details { 
  width: 100%; 
  padding-top: 10px;
  padding-bottom: 10px;
  float: left; 
  text-align: center; 
}  
#lightbox-image-details-caption {  }
#lightbox-image-details-outOf { float: right; }
#lightbox-image-details-currentNumber {
  /*display: block; 
  clear: left; 
  */
  float: right;
  
  padding-bottom: 1.0em;  
}      
#lightbox-secNav-btnClose {
  width: 66px; 
  float: right;
  padding-bottom: 0.7em;  
}
  /* jQuery lightBox plugin - Gallery style */
  #gallery 
  {
    padding-top: 15px;
    width: 505px;
    position: relative;
    overflow: hidden;
  }
  #gallery ul { float: none; list-style: none, inside; }
  #gallery ul li { display: inline; 
list-style: none;
background-image: none; 
padding: 2px 0 10px 2px;
}
    #gallery ul img {
    border-width: 1px 1px 1px;
    vertical-align: bottom;
    /*margin-right: 7px;*/
  
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    
    -moz-box-shadow: 0px 15px 10px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 15px 10px rgba(0,0,0,1);
    box-shadow: 0px 15px 10px rgba(0,0,0,1);
  
    opacity:0.85;
    filter: alpha(opacity = 85);
  
  }
  #gallery ul a:hover img {
    color: #fff;
  opacity:1;
  filter: alpha(opacity = 100);
  }
  /* original style is used when the first image loads the caption width
        this is a browser quirk the appended style has slightly more border
    */
    .original
    {
        margin-right: 11px;
    }
  .appended 
  {
      margin-right: 11px;
  }
  #gallery ul a:hover { color: #fff; }

  #backButtonContainer { float: left; 
                                         padding-left: 5px;
                                         padding-right: 5px;
                padding-top: 38px;}
  #forwardButtonContainer { float: right; 
                            padding-left: 5px;
                                               padding-right: 5px;
                   padding-top: 38px;}
  #galleryPanel { width: 620px;
                  height: 122px; 
                  background-image: url('/images/background-imageGallery-Bottom.jpg');
                  margin: 0px auto;
                }
  #backButton { border: none; 

                }
  #forwardButton { border: none;

                    }
  #lightbox-viewAll a {
    background: -moz-linear-gradient(center top , #fefefe, #DCDCDC) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#DCDCDC));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#DCDCDC'); /* for IE */ 
    height: 40px;
    width: 250px;
    border: 1px solid #a0a7ad;
    padding: 12px 13px 13px 117px;
    <!--[if IE]-->
    padding: 15px 15px 13px 125px; 
    <![endif]-->
    text-align: right;
    font-size: 1.0em;
    color: #000000;
  }

  #lightbox-viewAll a:hover {
    background: #F7E47A; /* for non-css3 browsers */
    background: -moz-linear-gradient(center top , #F7E47A, #F0CD0A) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7E47A), to(#F0CD0A));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#DCDCDC'); /* for IE */ 
    height: 40px;
    width: 250px;
    border: 1px solid #a0a7ad;
    padding: 12px 13px 13px 117px;
    <!--[if IE]-->
    padding: 15px 15px 13px 125px;
    <![endif]-->
    text-align: right;
    font-size: 1.0em;
    color: #000000;
  }












































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
