#slider {
	position:relative;
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
    width:800px;
    height: 600px !important;
    margin: auto;
    z-index: 888;
}
#slider .desc {
    margin: 0px 0 0 0px;
    padding:0;
	color:#fff !important;
}
.tit {
  font-size: 14px;
  color: #fff;
  margin-bottom: -10px;
  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;
	left:28px;
	background:#343434;
	opacity:0.7; /* Overridden by captionOpacity setting */
    filter: alpha(opacity=70);
    width: 840px !important;
	z-index:89;
    bottom: 20px;
    padding: 10px 20px;
}
.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 {
  position: absolute;
  bottom: 0px;
  left: 45%;
  z-index: 888;
}
.nivo-controlNav a {
  position:relative;
  float:left;
 -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 2px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 0px;
  margin: 3px 5px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 10px;
  width: 10px;
  top:-10px;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  text-indent:-9999;
  text-indent:-9999px;
}
.nivo-controlNav a.active {
  position:relative;
  background: #fff;

}
#slider img {
  display: none !important;
}