#nivoSlider {
	position: relative;
	margin-top:5px;
	margin-bottom:20px;
	overflow:hidden;
}
#nivoslider_container {
	width:960px;
	height:370px;
	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;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:370px;
	overflow: hidden;
	margin:0 300px 0 0;
	width:auto;
	z-index:8;
}
.nivo-caption p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#000;
	padding:11px 0 0 10px;
	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;
	width:42px;
	height:42px;
	top:50%;
	margin-top:-21px;
	z-index:999;
	text-indent:-9999px;
	cursor:pointer;
}
.nivo-prevNav {
	left:10px;
	background:url(../../../../img/icon/prev.png) no-repeat;
	}
.nivo-nextNav {
	right:10px;
	background:url(../../../../img/icon/next.png) no-repeat;
}
/* 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:-35px;
	right:10px;
	padding:0;
	z-index:999;
}
.nivo-controlNav a {
	position:relative;
	z-index:1000;
	cursor:pointer;
	margin-left:12px;
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../../../../img/icon/nivo-controlNav.png) 0 -18px no-repeat;
	text-indent:-9999px;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background:url(../../../../img/icon/nivo-controlNav.png) 0 0px no-repeat;
}
/*.nivo-controlNav a:hover{
	background: url(../img/points.png) no-repeat 0 -16px;
}*/