#cont-pri img {
  margin: 0 16px 15px 0;
}

/* slimbox styles */

#lbOverlay {
  background-color: #000;
  cursor: pointer;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
}
#lbCenter, #lbBottomContainer {
  background: #AA2101 url(../css/slimbox-center.gif) no-repeat 100% 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 10001;
}
#lbCenter {
  border-bottom: 0;
}
#lbBottomContainer {
  background-image: none;
  border-top: 0;
}
.lbLoading {
  background: #FFF url(../css/slimbox-loading.gif) no-repeat center;
}
#lbImage {
  background: transparent no-repeat center;
  padding: 10px;
}
#lbPrevLink, #lbNextLink {
  display: block;
  outline: none;
  position: absolute;
  top: 0;
  width: 50%;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: url(../css/slimbox-prev.gif) no-repeat 0% 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: url(../css/slimbox-next.gif) no-repeat 100% 15%;
}
#lbBottom {
  padding: 0 10px 10px 10px;
  text-align: left;
}
#lbCloseLink {
  background: transparent url(../css/slimbox-close.gif) no-repeat center;
  display: block;
  float: right;
  height: 14px;
  margin: 3px 0;
  width: 56px;
}
#lbCaption, #lbNumber {
  margin-right: 71px;
}
#lbCaption {
  color: #FFF;
  font: normal 1.4em/20px "Lucida Grande", Arial, sans-serif;
}
#lbNumber {
  font: normal 1.2em Arial, sans-serif;
  color: #BD7E01;
}