/*
 * jQuery Nivo Slider v1.7
 * 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
 */
 
.slideshow {
	background: #2b2725;
	padding:7px;
	position: relative;
}
.nivoSlider {
	position:relative;
	height: 172px;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:47px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:10px;
	background: url(../images/slideshowarrowLeft.png) no-repeat;
	width: 41px;
	height: 83px;
}
.nivo-nextNav {
	right:10px;
	background: url(../images/slideshowarrowRight.png) no-repeat;
	width: 41px;
	height: 83px;
}

/*
.nivo-controlNav {
	background: #f4f4f4;
	position: absolute;
	bottom: -55px;
	left:-8px;
	width: 650px;
	padding: 0 15px;
	height: 55px;
}
.nivo-controlNav a, .nivo-controlNav a:hover {
	position:relative;
	display: block;
	float: left;
	z-index:99;
	background: #e4e4e4;
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	margin: 15px 5px 0px 0px;
	cursor: pointer;
	color: #a4a4a4;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.nivo-controlNav a.active {
	background: #e1164e;
	color: #ffffff;
}

*/
