#contentBox {
   padding-left: 0;
   padding-right: 0;
}

.photogaleryMedImages {
  left: 0px;
  top: 0px;
  position: absolute;
}

#imageBig {
   position: relative;
   height: 300px;
   overflow: hidden;
}

#imagesWrapper {
   position: relative;
   width: auto;
   overflow: hidden;
}

#imageButtonPrev, #imageButtonNext {
   position: absolute;
   z-index: 10;
   height: 100%;
   background-color: gray;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   opacity: 0.6;
   width: 25px;
}
#imageButtonPrev {
   top: 0;
   left: 0;
   background-image: url('../../../images/arrow_prev.png');
}
#imageButtonNext {
   top: 0;
   right: 0;
   text-align: right;
   background-image: url('../../../images/arrow_next.png');
}
.photogaleryMedImages a {
   float: left;
   display: block;
   opacity: 0.5;
   width: 146px;
   height: 140px;
   padding: 0;
   overflow: hidden;
}
a.selected {
   opacity: 1;
}

.photogaleryImage {
   width: 140px;
   height: 140px;
}



