/*SLIDER*/

#baner  #slider-wrapper {
	position: relative;
    width:1024px;
    height:400px;
}
#baner  #slider {
    position:relative;
    width:100%;
    height:100%;
	background:url(/img/slider/loading.gif) no-repeat 50% 50%;
}
#baner  #slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#baner  #slider a {
	border:0;
	display:block;
}

#baner .nivoSlider {
	position:relative;
	overflow: hidden;
}
#baner .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

#baner .nivo-controlNav {display: none;}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
#baner .nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}




/* Direction nav styles (e.g. Next & Prev) */

#baner .nivo-directionNav a {
	position:absolute;
	top: 180px;
	z-index: 99;
	cursor:pointer;
	
}
#baner .nivo-prevNav {
	left: 0px;
}
#baner .nivo-nextNav {
	right: 50px;	
}
#baner .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/img/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
#baner a.nivo-nextNav {
	background-position:-30px 0;
	right:0px;
}
#baner a.nivo-prevNav {
	left:0px;
}
