#box_news_scroller{
	margin:5px 0 0 0;
	width:922px;
	background: url("./images/base/fond_slide.png") top left no-repeat;
	float: left;
}
    #buttons img.prev {
	position: absolute;
	margin: 30px 0 0 0;
	cursor: pointer;
}
#buttons img.next {
	position: absolute;
	margin: 30px 0 0 895px;
	cursor: pointer;
}
#slideshow{
	width:880px;
	margin:0 0 0 14px;
	float: left;
}
.slideshow-content {
	overflow: hidden;
	height: 98px;
	margin: 0 10px;
}
.slideshow-content ul {
	width:20000px;
	padding-left:0px;
	margin: 0px;
	padding: 0px;
}
.media{
	height: 76px;
	width: 76px;
	margin:7px 10px 0 0;
	background: url("./images/base/fond_image.png") top left no-repeat;
	float:left;
}
.media img{
	border-bottom: 0px solid #cccccc;
}
.content{
	float:left;
	width: 105px;
}
.content h3{
	font-size:11px;
	margin:9px 0 0 0;
	padding:0;
	line-height: 10px;
	border-bottom: none;
}
.content p{
	margin:4px 0 0 0; 
	padding:0;
	font-size:0.9em;
	line-height: 11px;
}
.article {
	float:left;
	padding: 0 10px;
	height: 97px;
	width: 193px;
	cursor:pointer;
	list-style: none;
	overflow: hidden;
	border-right: 1px solid #dddddd;
}
.article:hover {
	background-color: #f1f1f1;
	border-right: 1px solid #bbbbbb;
}
a.slider{
	position: relative;
	left: 13px;
	bottom: 6px;
	font-size: 10px;
	font-weight: bold;
}

