/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */
#sliderw {
  clear: both;
  width: 900px;
  height: 330px;
  padding: 6px;
  margin: 0px auto 0px;
  background: #f9efdc;
  border: 1px solid #dddad0;
}
#slider-shadow {
  width: 960px;
  height: 23px;
  background: url(../images/slide-shadow.png) no-repeat;
  margin: 0 auto 45px;
}
#slider {
	position:relative;
    width: 888px;
    height: 318px;
    background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    border: 6px solid #fff;
}
#slider .desc {
	font-size: 12px;
    margin: 0px 0 0 0px;
    padding:0;
	color:#666 !important;
}
.tit {
  font-size: 17px;
  color: #997f51;
  margin-bottom: -5px;
  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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-caption {
	position:absolute;
	right:11px;
	background:#faf2e3;
	opacity:0.8; /* Overridden by captionOpacity setting */
    filter: alpha(opacity=80);
    width: 300px !important;
	z-index:89;
    bottom: 52px;
    padding: 5px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
    color: #000 !important;
}
.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:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  bottom: -60px;
  left: 45%;
  z-index: 9999999;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
    text-indent: -9999;
    background: url(../images/nivobutton.png) no-repeat;
    display: block;
    float: left;
    height: 14px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 14px;
}
.nivo-controlNav a.active {
    background: url(../images/nivobutton.png) no-repeat scroll right;
}
#slider img {
  display: none !important;
}

