/* @override https://dev.gabriellalane.com/includes/css/custom-nivo-slider.css */

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:40px auto 60px auto;
	background:#202834 url(../../images/structure/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;
	display: block;
	/*background-color: #FFF;*/
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../../images/structure/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:80px;
	height:409px;
	background: transparent url(../../images/structure/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: -183px 0 0 0;
}
a.nivo-nextNav {
	background: transparent url(../../images/structure/slider-nxtbtn.png) no-repeat;
	right:10px;
}
a.nivo-prevNav {
	background: transparent url(../../images/structure/slider-prevbtn.png) no-repeat;
	left:0px;
}

/* Custom Hover Class */
/*a.nivo-imageLink {}*/
a.nivo-imageLink:hover {
	background: transparent url(../../images/structure/slider-viewitembtn.png) no-repeat 50% 93%;
}
