/*
 * 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;
	background:  url(loading.gif) no-repeat 50% 50%;
	
	/*-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: 47px;
	height: 61px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	position: absolute;
	background-position: -24px 16px;
	bottom: 0px;
	right: 0px;
}
a.nivo-prevNav {
	position: absolute;
	background-position: 20px 16px;
	bottom: 0px;
	right: 47px;
}
#slider2 a.nivo-nextNav {
	position: absolute;
	background-position: -24px 16px;
	bottom: 0px;
	left: 47px;
}	
#slider2 a.nivo-prevNav {
	position: absolute;
	background-position: 20px 16px;
	bottom: 0px;
	left: 0px;
}

#slider2 {
	position:relative;
	margin:auto;
	background: url(loading.gif) no-repeat 50% 50%;
	/*-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;
	}
	