.slider {
position:absolute;
top:8px;
left:195px;
width:570px;
margin:0;
height:160px;
padding-bottom:0;
border:2px solid #cecece;
border-radius:2px;
background:#fefefe;
}

.sliderContent {
float:left;
width:570px;
height:160px;
clear:both;
position:relative;
overflow:hidden;
padding:0;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(prev_next.png);
width:43px;
height:43px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:570px;
height:160px;
}
.sliderContent .item img{
	margin-top:15px;
}
.sliderBullets {
position:absolute;
bottom:23px;
right:34px;
z-index:50;

}

.descr{
	float:left;
	height:150px;
	width:198px;
	position:relative;
	padding:5px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:11px;
height:11px;
background:url(bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}


