/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:30px 30px 60px 30px;
	/*-moz-box-shadow:0px 0px 10px #333;*/
	/*-webkit-box-shadow:0px 0px 10px #333;*/
	/*box-shadow:0px 0px 10px #333*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivo-directionNav a {
	display:block;
	width: 70px;
	height: 31px;
	background:url(arrows4.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	position: absolute;
	background-position: -70px 0;
	bottom: 35px;
	right: 288px;
}
a.nivo-prevNav {
	position: absolute;
	bottom: 35px;
	right: 358px;
}
#slider2 a.nivo-nextNav {
	position: absolute;
	background-position: -70px 0;
	bottom: 0px;
	left: 70px;
}	
#slider2 a.nivo-prevNav {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#slider2 {
	position:relative;
	margin:auto;
	/*-moz-box-shadow:0px 0px 10px #333;*/
	/*-webkit-box-shadow:0px 0px 10px #333;*/
	/*box-shadow:0px 0px 10px #333*/
}
/* Slider for shortcode */
#slider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider2 a {
	border:0;
}
	#slider2 .nivo-controlNav {
		position:absolute;
		right: 0px;
		bottom: -24px;
	}