#banner{	
	position: relative;
	top: -10px;
	left: 0px;
	width: 1200px;
	height: 218px;
	background: url('/img/ramka.png');
	}
	
#slider {
	background:url(/img/banners/loading.gif) no-repeat 50% 50%;
	}
	
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}
	
#slider a {
	border:0;
	display:block;
	}

#slider-wrapper{
	position: absolute;
	margin-top: 4px;
}	
	
.nivo-controlNav {
	position:absolute;
	left:15px;
	bottom:15px;
    padding: 3px;
    z-index: 99;
	}

.nivo-controlNav:hover{opacity: 1;}

.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(/img/banners/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:4px;
	float:left;
	}
	
.nivo-controlNav a.active {
	background-position:0 -16px;
	}
	
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	}
	
.nivo-caption a {
     color:#efe9d1;
	 text-decoration:underline;
	}
	
.clear {	clear:both;}