/* gallery photos */
/* Photo gallery {{{ */

.gallery ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
}

.gallery ul li {
  float: left;
  width: 144px;
  height: 102px;
  margin: 0 0 18px 0;
}

.gallery ul li {  margin-right: 17px; }
.gallery ul li.last { margin-right: 0; }
/*
.gallery ul li + li { margin-left: 17px; }
.gallery ul li:nth-child(4n+1) { margin-left: 0; }
*/

/* }}} */

/* Photo lightbox {{{ */

.lightbox.photos { position: relative; }

.lightbox.photos .nav a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 105px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/template_images/rmv/layout/nav_services.png);
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 100;
  top: 37%;
}

.lightbox.photos .nav a:hover,
.lightbox.photos .nav a:active {
  opacity: 1;
}

.lightbox.photos .nav a.prev {
  left: 10px;
  background-position: -51px 0px;
}

.lightbox.photos .nav a.next {
  right: 10px;
  background-position: 0px 0px;
}

.lightbox.photos .slides { margin: 10px 10px 0; }
.lightbox.photos .slides img { display: block; }

.lightbox.photos .status {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #333;
  font-size: 1.4em;
  font-family: arial, helvetica, sans-serif;
}/* }}} */



