#gallery-wraper {
  margin:0;
  text-align:left;
}
div.content a, div.navigation a {
  text-decoration:none;
}

/*----------------------------------- THUMBNAILS --------------------------------*/
#thumbs {
  margin: 0px;
  margin-top: -90px;
  margin-left: -35px;
}
ul.thumbs {
  clear:both;
  width: 290px;
  height: 70px;
  margin-top: 0px;
  margin-left: 0px;
  /*overflow:hidden;*/
}
ul.thumbs li {
  float:left;
  margin: 0px;
  padding: 0;
  margin-right: 2px;
  list-style-type: none;
}
a.thumb {
  margin: 0;
  padding:0px;
  display:block;
}
ul.thumbs li a:hover {
  border-color:#fff;
}
ul.thumbs li.selected a.thumb {
  background:#ffffff;
}
ul.thumbs img {
  border:none;
  display:block;
}

/*--------------------------- TOP AND BOTTOM NAV-NUMBERS ------------------------*/
div.navigation div.top {
  height:35px;
}
div.navigation div.bottom {
  margin-top:15px;
}
div.pagination {
  clear:both;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis
    {
      display:block;
      float:left;
      padding:3px 7px 3px 7px;
      color:#bababa;
      font:11px Tahoma;
      /*background-color: #194E92;*/
      margin-right:2px;
   }

div.pagination a img {
  border: 0;
}


div.pagination a:hover {
  background-color: #14ADE9;
  color:#f2eada;
  font:bold 11px Tahoma;
}
div.pagination span.current {
  font:bold 11px Tahoma;
  color:#f2eada;
  /*background-color:#0EB3ED;*/
}

/*---------------------------- Button PLAY-PAUSE SLIDESHOW ----------------------*/
#controls {
  margin:14px 0px 0 0;
  float:right;
  width:123px;
  height:20px;
  padding-right:10px;
  background:no-repeat bottom left url('../design/background-play.jpg');
}
#controls .ss-controls {
  padding:3px 0 0 18px;
}
#controls .ss-controls a {
  color:#f2eada;
  font:bold 11px Arial;
}

/*------------------------- Loading image for the BIG PHOTOS --------------------*/
div.loader {
  position:absolute;
  width:290px;
  height:290px;
}

/*------------------------------- BIG PHOTOS WRAPPER-----------------------------*/
div.slideshow-container {
  /*position:relative;
  clear:both;*/
}
div.slideshow span.image-wrapper{
  display:block;
  position:absolute;
  }
div.slideshow img {
  border:none;
  width:290px;
  height:290px;
}