/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0px 0px 60px 0px;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display: block;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:35px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-34px 0;
	right:8px;
}
a.nivo-prevNav {
	left:10px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:-8px;
	bottom:-60px;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width: 200px;
	height: 25px;
	z-index:89;
	font-family: Verdana, Arial, Sans-serif;
	color: #B24C10;
	font-size: 1.2em;
}
.nivo-caption h2 {
	font-family: Verdana, Arial, Sans-serif;
	color: #B24C10;
	font-size: 1.2em;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

/* Caption styles2 */
.nivo-caption2 {
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width: 600px;
	height: 25px;
	z-index:89;
	font-family: Verdana, Arial, Sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 1.2em;
}
.nivo-caption2 h2 {
	font-family: Verdana, Arial, Sans-serif;
	color: #ffffff;
	font-size: 1.2em;
}
#container #main #top_content_about .nivo-caption2 p {
	padding:2px 0 0 5px;
	margin:0;
	color: #ffffff;
	font-size: 0.8em;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
