/*====================*/

#slider {
	position:relative;
	float:left;
    width:934px;
    height:298px;
	background:url(/Resources/images/Web/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	z-index:2000;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivo-controlNav {
	text-align:center;
	padding: 0px;
	margin-top:330px;
}
.nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(/Resources/images/Web/slide-control.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
}
.nivo-controlNav a.active {
	background-position:left bottom;
}
.nivo-controlNav{text-align:center; padding:0px 0px 0px 0px; }
*:first-child+html .nivo-controlNav{text-align:center; padding:10px 0px 0px 0px; }
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/Resources/images/Web/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:20px;
}
a.nivo-prevNav {
	left:20px;
}

.nivo-caption {
    font-size: 10px;
}