#slider {
	margin-left:auto;
	z-index: 0;
	margin-right: auto;
	background-image: url(../img_web/imgslider/default/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	vertical-align: bottom;
	width: 1500px;
}
#slider img {
	display:none;
	padding-top: 64px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(../img_web/imgslider/default/arrows.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background-image: url(../img_web/imgslider/default/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:450px;
	top: 410px;
}
a.nivo-prevNav {
	left:450px;
	top: 410px;
}

.nivo-caption {
	text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
