/** Galeria de Imagenes **/

#itemThumbs {
  float: left;
  padding: 0 20px 0 15px;
  display: block;
  width: 155px !important;
  position: relative;
}

#galleryThumb {
  margin:0;
  padding:0;
  width: 150px;
  height:114px;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
}

#galleryThumbSlider {
  display:block;
  position: absolute;
  width: 10000px;
}

#galleryThumb div.img {
  display: block;
  float: left;
  padding: 3px;
  width: 144px;
  height: 108px;
  list-style: none;
  text-align: center;
}

/* Botones **/

#thumbPaginator {
  padding: 5px 0 5px 0;
  width: 152px;
  height: 20px;
  text-align:center;
  border-bottom: 1px solid #CACACA;
}

ul.galleryPaginator {
  margin:0 auto;
  width: 100px;
}

ul.galleryPaginator li.txt {
  padding-top:3px;
  color: #666666;
}

ul.galleryPaginator li {
  display: inline;
  list-style: none;
  float: left;
  padding:0 5px 0 0;
  font-size:12px;
  height:14px;
}

.btnSlide {
  display: block;
  width: 18px;
  height: 14px;
  cursor: pointer;
  float: left;
  margin: 5px 0 5px 0;
}

.prev {
  background: url('../images/paginator_sprites.png') no-repeat;
}

.prevHover {
  background: url('../images/paginator_sprites.png') no-repeat 0px -14px;
}

.next {
  background: url('../images/paginator_sprites.png') no-repeat -18px 0px;
}

.nextHover {
  background: url('../images/paginator_sprites.png') no-repeat -18px -14px;
}


/** Contact **/
div.contact_owner_button {
  width: 132px;
  height: 30px;
  background-image: url('../images/contact_owner_button_sm.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 17px auto;
  text-align: center;
  padding:10px;
}

div.contact_owner_button input {
  font-weight: bold;
  font-size: 1.1em;
  width: 110px;
  height: 32px;
}


