#slider-wrapper {
    width: 724px;
    height:345px;
    margin:0 auto;
    padding-top:0px;
    margin-top: 26px;
}

#slider {
	position:relative;
    width:724px;
    height:345px;
    margin-left:22px;
	background:url(images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border: 0;
	display:block;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 686px;
	height: 303px;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

#slider a img {
	border: 1px solid #000;
}

.nivo-controlNav {
	position:absolute;
	left: 0;
	bottom: 0px;
	background: #2eb3c3;
	border: 1px solid #1e7d88;
	width: 434px;
	height: 31px;
	padding-left: 250px;
}
.nivo-controlNav a {
	display:block;
	width:28px;
	height:31px;
	line-height: 26px;
	border:0;
	margin-right:10px;
	color: #fff;
	font-size: 18px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.nivo-controlNav a.active {
	background:url(images/slider/control_active.png) 1px 0 no-repeat;
	color: #2eb3c3;
}

.nivo-directionNav a {
	display:block;
	width:66px;
	height:68px;
	background:url(images/slider/slider_nav.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position: absolute;
	top: 120px;
	z-index: 2000;
	cursor: pointer;
}
a.nivo-nextNav {
	background-position: -106px 0;
	right: 13px;
}

a.nivo-nextNav:hover {
	background-position: -106px -298px;
}

a.nivo-prevNav {
	left:-22px;
}

a.nivo-prevNav:hover {
	background-position: 0 -298px;
}

.nivo-caption {
    color: #2eb3c3;
	font-family: 'HoneyScriptLight', Arial, sans-serif;
	font-size: 48px;
	position: absolute;
	bottom: 50px;
	left: 0;
	background: url(images/slider/slider_caption_bg.png) 0 0 repeat;
	-moz-box-shadow: 3px 3px 6px #414141;
  	-webkit-box-shadow: 3px 3px 6px #414141;
  	box-shadow: 3px 3px 6px #414141;
  	color: #000;
  	padding: 10px 50px 10px 25px;
  	z-index: 200;
}
.nivo-caption a { 
    color:#000;
    text-decoration:none;
}

.nivo-caption p:hover {
	cursor: pointer;
}

.nivo-html-caption {display: none;}