/*
 * jQuery Nivo Slider v1.6
 * 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 a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:90;
	display:none;
}

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

.nivo-caption {
	position:absolute;
	left: 0;
	right: 0;
	bottom:0px;
	z-index:89;
	padding: 12px 30px 16px 30px;
	color: #ffffff;
}
.nivo-caption {
	background: url(/images/design/slider_bg.png) 0 0 repeat;
}
.nivo-caption strong {
	color:#ffffff;
	text-transform: uppercase;
}
.nivo-caption p {
	padding: 4px 0 0 0;
	margin: 0;
	line-height: 14px;
}

.nivo-directionNav a {
	position: absolute;
	bottom: -46px;
	z-index: 999;
	cursor: pointer;
}
.nivo-prevNav {
	background: url(/images/design/slider_arrow_left.png) 0 0 no-repeat;
	width: 20px;
	height: 25px;
	left: 340px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
}
.nivo-prevNav:hover {
}
.nivo-nextNav {
	background: url(/images/design/slider_arrow_right.png) 0 0 no-repeat;
	width: 20px;
	height: 25px;
	right: 340px;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
}
.nivo-nextNav:hover {
}
.nivo-controlNav {
	position:absolute;
	z-index:99;
	top: 15px;
	right: 15px;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	
}
.nivo-controlNav a {
	background: url(/images/design/slider_bullet.png) 3px 3px no-repeat;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width:17px;
	height:17px;
	border: 0;
	position:relative;
	z-index:99;
	cursor:pointer;
	overflow: hidden;
	text-indent: 30px;
}
.nivo-controlNav a.active {
	background: url(/images/design/slider_bullet_active.png) 3px 3px no-repeat;
}