/*
 * jQuery Nivo Slider v1.9
 * 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
 */
 
 
/* The Nivo Slider styles */
#slideshowHolder_outer{
	width:1078px;
	margin:0 auto;
}
#slideshowHolder{
	background:url(../../images/featured_big_bg.png) no-repeat;
	width:1078px;
	height:377px;
	margin:0px 0 0px 0;
	position:relative;
	float:left;
	padding-bottom:40px;
}

#slideshowHolder .ribbon{
	width:66px;
	height:148px;
	position:absolute;
	background:url(../../images/ribbon.png) no-repeat;
	right:90px;
	top:-5px;
	z-index:99;
}
#slider {
	position:relative;
	z-index: 1;
	margin-top: 12px;
	margin-left:77px;
	display: block;
	width: 1078px;
	height: 337px;
}


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

#slider 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; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}

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

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

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

#slider img {
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom: -40px;
	z-index: 99;
}

.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(../../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:-16px 0;
	font-weight:bold;
}

