/*---------------------------------------------------------------
jQuery Nivo Slider v2.3
http://nivo.dev7studios.com
Copyright 2010, Gilbert Pellegrom
Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
March 2010
---------------------------------------------------------------*/
 
#slider {
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

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

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}

.nivoSlider a.nivo-imageLink {
	display: none;
	z-index: 60;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nivo-slice {
	display: block;
	z-index: 50;
	position: absolute;
	height: 100%;
}

.nivo-caption {
	z-index: 89;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	color: #fff;
	background: #000;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
	z-index: 99;
	position: absolute;
	top: 45%;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

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

.nivo-controlNav a.active {
	font-weight: bold;
}

.nivo-controlNav {
	position: absolute;
	left: 43px;
	bottom: -110px;
}

.nivo-controlNav a {
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	margin: 0 10px 0 0;
	text-indent: -9000px;
	background: url(../images/button_sliderNav.png) no-repeat;
}

.nivo-controlNav a.active {
	background-position: 0 -20px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9000px;
	background: url(../images/arrows.html) no-repeat;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}

a.nivo-prevNav {
	left: 5px;
}

.nivo-caption {
	text-shadow: none;
}
.nivo-caption a { 
	color: #efe9d1;
	text-decoration: underline;
}