/* This is our customisations to the nivo-slider CSS.  The original CSS is in the js/nivo-slider dir.
 */

#highlightshadow{
	width:572px;height:340px;
background-image:url(../images/bg_homegallery.png);
background-repeat:no-repeat;
padding-top:26px;
float:right;
margin:-12px auto;
}
#highlight-maps {
	width:521px;
	height:290px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
	min-height:220px;
	margin:30px 30px 60px 30px;
	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;*/
	padding: 0px;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:35%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:19px;
	height:20px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
	background-position:2px 0px;
}
.nivo-controlNav a.active {
	background-position:-17px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption a { 
    text-decoration:underline;
}

.nivo-caption p
{
	color: White;
}
