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

#slider {
	position:relative;
	background:#202834 url(loading.gif) no-repeat 50% 50%;
}

.nivo-slice {
	background-position: bottom right;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	vertical-align:bottom;
}

#slider a {
	border:0;
	display:block;
}

#slider a .image 
{
	height:100px;
	overflow:hidden;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:50px;
	background:url(arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
}
a.nivo-prevNav {
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-0px; /* Put the nav below the slider */
}

#slider .nivo-controlNav {
		position:relative;
		cursor:pointer;
		z-index:99;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	float:left;
}
