#slider {
	position:relative;
    width:618px;
    height:246px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:43px;
	height:43px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-43px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-109px; /* Put the nav below the slider */
	width:920px;
	background:url(images/thumb_bg.png) no-repeat;
	height:109px;
	float:left;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-left:24px;
	border:1px solid #000;
	margin-top:16px;
}

#slider .nivo-controlNav a.active img{
	/*border:1px solid #fff;*/
}

#slider .nivo-controlNav a:hover img{
	
}

/*** Other Stuff ***/

.nivo-slice{
	float:left;
}

.nivo-box{
	float:left;
}

.nivo-box img{
	float:left;
}