.gallery_wrapper
{
  position: relative;
  float:left;
  background-color: #E6E6E6;
}

.gallery_wrapper img
{
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
}

.gallery_wrapper img
{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
}

.gallery_wrapper a:nth-child(1) img
{
  position: inherit;
  opacity: 1;
  z-index: 0;
}

.gallery_wrapper > img:nth-child(1)
{
  position: inherit;
  opacity: 1;
  z-index: 0;
}

.picture_thumb
{
  float: left;
  border: 1px solid gray;
  background-color: #eeeeee;
  padding: 5px;
  margin: 0px 10px 10px 0px;
}

.gallery_slideshow_navigation_buttons
{
  padding: 4px;
  width: 224px;
  margin: 0 auto;
  position: relative;
}

.gallery_slideshow_navigation_button
{
  float: left;
  width: 37px;
  height: 31px;
  cursor: pointer;
  opacity: 0.90;
}

.gallery_slideshow_navigation_button:hover
{
  opacity: 1;
}

.gallery_slideshow_navigation_first
{
  background: white url(../../../images/play/first.png) no-repeat center center;
}

.gallery_slideshow_navigation_previous
{
  background: white url(../../../images/play/previous.png) no-repeat center center;
}

.gallery_slideshow_navigation_next
{
  background: white url(../../../images/play/next.png) no-repeat center center;
}

.gallery_slideshow_navigation_last
{
  background: white url(../../../images/play/last.png) no-repeat center center;
}

.gallery_slideshow_stop
{
  background: white url(../../../images/play/stop.png) no-repeat center center;
  position: absolute;
  display: none;
}

.gallery_slideshow_start
{
  background: white url(../../../images/play/play.png) no-repeat center center;
  position: absolute;
}

.gallery_slideshow_navigation_info
{
  float: left;
  width: 70px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  margin: 0px 2px 0px 2px;
  color: black;
  text-align: center;
}

.gallery_slideshow_load_indicator
{
  background: url(../../../images/loading-big.gif) no-repeat center center;
  width: 40px;
  height: 39px;
  position: absolute;
  left: 0px;
  margin-left: 4px;
  display: none;
}

.gallery_slideshow_buttons
{
  padding: 4px;
  width: 38px;
  position: absolute;
  right: 0px;
}

._sys_lightbox_body_for_galley
{
  position: relative;
  overflow: hidden;
}