@charset utf-8;

html, body {
  min-width: 870px;
}
body {
  background: #000 url(images/pattern.gif);
  color: #858585;
  font: 10px Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0px;
  margin: 0px;
}



#slider {
  margin: 0;
  padding: 0px;
  position: relative;
  width: 820px;
  height: 350px;
  background: url(../slide/loading.gif) no-repeat 50% 50%;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 60;
  display: none;
}
/* The slices in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */

  width: 100%;
  z-index: 89;
}
.nivo-caption .nivo-caption-inner {
  padding: 0;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  right: 1px;
  bottom: 1px;
  text-align: center;
}
.nivo-controlNav a {
  position: relative;
  z-index: 99;
  cursor: pointer;
  display: inline-block !important;
  background: #ccc;
  line-height: 5px;
  padding: 0px 5px;
  color: #777;
  text-decoration: none;
  margin: 0 3px 3px 1px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background: #777;
}
.nivo-directionNav a {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 0;
  top: 50%;

}
a.nivo-nextNav {
  right: 0;
  background-position: -36px 0;
}
a.nivo-nextNav:hover {
  background-position: -36px -35px;
}
a.nivo-prevNav {
  left: 0;
  background-position: 0 0;
}
a.nivo-prevNav:hover {
  background-position: 0 -35px;
}
#slider .nivo-controlNav img {
  display: inline;
  /* Unhide the thumbnails */

  position: relative;
  margin-right: 10px;
  width: 120px;
  height: auto;
}
/* Navigations
---------------------------------------- */

