/* =============================================================================
jQuery Nivo Slider
http://nivo.dev7studios.com
----------------------------------------------------------------------------- */

#slider, .nivo-slice, .nivo-caption
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#slider
{
	background: url(../images/loading.gif) 50% 50% no-repeat;
}

/* if you are using links on all of your images they might do strange things
in IE and Opera */
#slider a
{
	display: block;
}

/* number nav */
#slider .controls
{
	position: absolute;
	z-index: 101;
	right: 5px;
	bottom: 5px;
	text-align: right;
}

#slider .controls a
{
	display: inline !important;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

.nivo-controlNav
{
	display: inline;
	float: left;
}
.nivo-controlNav a
{
	padding: 0 0.3em;
}
.nivo-controlNav a.active
{
	color: #a67936 !important;
}