/*
 * 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
 */
 

/* The Nivo Slider styles */
#slider-wrapper {
    margin: 0px;
	padding: 0px;
    width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 10px;
}
#slider {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px;
	position: relative;
	clear: left;
}
#slider img {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
#slider .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/*DriectionNav*/
#slider .nivo-directionNav a.nivo-prevNav {
	display:block;
	width:68px;
	height:68px;
	text-indent:-9999px;
	background-image: url(/templates/nld_103_17/images/slider_arrow_l.png);
	background-repeat: no-repeat;
	border: none;
	position:absolute;
	top: 30px;
	left: 30px;
	z-index: 11;
	cursor: pointer;
}
#slider .nivo-directionNav a.nivo-nextNav {
	display:block;
	width:68px;
	height:68px;
	text-indent:-9999px;
	background-image: url(/templates/nld_103_17/images/slider_arrow_r.png);
	background-repeat: no-repeat;
	border: none;
	position:absolute;
	top: 30px;
	right: 30px;
	z-index: 11;
	cursor: pointer;
}
/*ControlNav*/
#slider .nivo-controlNav {
	position:absolute;
	left: 10px;
	z-index: 10;
}
#slider .nivo-controlNav a {
	float: left; 
	margin: 0px;
	padding: 3px;
	width: 82px;
	height: 34px;
	cursor: pointer;
}
#slider .nivo-controlNav a img {
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 32px;
	border: 1px solid #fff;
}
#slider .nivo-controlNav a:hover img {
	border: 1px solid #000;
}
#slider .nivo-controlNav a.active img {
	border: 1px solid #ff0000;
}
/* Caption styles */
.nivo-caption {
	background-color: #fff;
	width: 100%;
	height: 63px;
	position:absolute;
	z-index:8;
}
.nivo-caption h3 {
	display: block;
	margin: 0px;
	padding: 5px;
	background-color: transparent;
	color: #2e2e2e;
	font-weight: bold;
}
.nivo-caption p {
	display: block;
	margin: 0px;
	padding: 0 5px 5px 5px;
	background-color: transparent;
	color: #000;
}
.nivo-html-caption {
    display:none;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
