.nivoSlider {
	position:relative;
	width:670px;
	height:287px;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-caption {
	position:absolute;
	right:0;
	top:0;
	background:#006a9d;
	width:130px;
	height:257px;
	padding:15px;
	z-index:8;
}

.nivo-caption h2, .nivo-caption h2 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	line-height:130%;
	margin:0 0 6px 0;
	text-decoration: none;
	text-align: left;
}

.nivo-caption p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	line-height:130%;
	text-align: left;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav {
	position:absolute;
	z-index:10;
	width:670px;
	height:45px;
	left:0;
	bottom:0;
}

.nivo-directionNav a {
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	width:45px;
	height:45px;
	background:#f4f4f4;
}

a.nivo-prevNav {
	float:left;
}

a.nivo-nextNav {
	float:right;
}

a.nivo-prevNav {
	background:url(../images/left-slider-arrow.gif) 0px 0px no-repeat;
}

a.nivo-nextNav {
	background:url(../images/right-slider-arrow.gif) 0px 0px no-repeat;
}

div.nivo-controlNav {
	position:absolute;
	height:11px;
	z-index:10;
	bottom:17px;
	left:521px;
}

div.nivo-controlNav a {
	display:block;
	float:left;
	margin:0 6px;
	text-indent:-9999px;
	background:#b5b5b5;
	width:11px;
	height:11px;
	cursor:pointer;
}

div.nivo-controlNav a.active {
	background:#fff;
}