/**
 * Natural History Magazine: Styles for the JCarousel-Lite
 *
 * Colors
 * =====================
 * Light Putty #f4f1e7
 * Putty       #eeeecc
 * Dark Putty  #efeec6
 * Light Blue  #dbeefe
 * Bright Blue #338cff
 * Blue        #0059be
 * Dark Blue   #093d72
 * Light Grey  #efefef
 * Grey        #b6babd
 * Medium Grey #404049
 * Dark Grey   #1a1c1d
 * Black       #000
 * Orange      #fb9d32
 * Red         #e60606
 *
 * Font Stacks
 * =====================
 * Body      Arial, Helvetica Neue, Helvetica, sans-serif;
 * Headlines Georgia,"Times New Roman",Times,serif;
 * Input     Arial, Helvetica Neue, Helvetica, sans-serif;
 *
 * 
 * Custom Blueprint Gird
 * =====================
 * Columns      24
 * Page Width   974px
 * Column Width 31px
 * Margin Width 10px
 */


#nc_carousel {
  position: relative;
  color: #fff;
  width: 644px;
  height: 180px;
}

#nc_mask {
  margin-left: 28px;
  height: 175px;
  overflow: hidden;
}

#nc_carousel li {
  width: 180px; 
  height: 160px;
  margin: 8px;
  _margin: 8px 6px;
}

#nc_carousel li img,
#nc_carousel li div {
  border: 1px solid #fff;
  width: 178px; 
  height: 116px;
}

#nc_carousel li h3 {
  font-weight: normal;
  font-size: 11px;
  margin: 5px 0;
}

#nc_carousel #nc_prev {
  position: absolute;
  left: 0;
  top: 70px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: -999em;
}

#nc_carousel #nc_prev a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/sites/all/themes/naturalhistory/resources/img/ui/nc_prev.gif') no-repeat 0 0;
}

#nc_carousel #nc_prev a:hover {
  background-position: -30px 0;
}

#nc_carousel #nc_next {
  position: absolute;
  right: 0;
  top: 70px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: -999em;
}

#nc_carousel #nc_next a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/sites/all/themes/naturalhistory/resources/img/ui/nc_next.gif') no-repeat 0 0;
}

#nc_carousel #nc_next a:hover {
  background-position: -30px 0;
}
