/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin: 0;
	background:#202834 url(../img/ico_loading.gif) no-repeat 50% 50%;
	height: 350px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
#slider div.title,
#slider div.subtitle {
	display: none;
}

.nivo-caption {
	float: left;
	position:absolute;
	left:15px;
	top:15px;
	background:#3a900f;
	font-weight: bold;
	font-size: 1.25em;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:auto;
	z-index:89;
}
.nivo-caption p {
	padding:10px;
	margin:0;
	float: left;
}

.nivo-caption2 {
	float: left;
	position:absolute;
	left:15px;
	top:53px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:auto;
	z-index:89;
	margin-right: 18px;
}
.nivo-caption2 p {
	padding:10px;
	margin:0;
	float: left;
}

.nivo-controlNav {
	position:absolute;
	right:15px;
	bottom:15px;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	background:url(../img/ico_bullets.png) no-repeat;
	/* text-indent:-9999px; */
	border:0;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-30px 0;
}

.nivo-directionNav a {
	display:none;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
