.newsslider {
	position:relative;
	overflow:hidden;
	height:80px;
	width:280px;
	float: left;
}
.newsslidercontent {
	position:absolute;
	width: 100%;
}
.newssection {
	height:60px;
	width:270px;
	padding-bottom: 20px;
}
.slider_container {
	background: url(../img/kletka.gif) repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
	position:relative;
	z-index:1;
}
.slider {
	margin: 0px auto;
	width: 957px;
	background: #FFFFFF;
	padding: 2px;
	
	/*border: 1px solid #D4D0C8;*/
	position:relative;
	z-index:1;
}

.slider_shadow_top {
	background: url(../img/shadow_top.png) no-repeat;
	margin: 0px auto;
	height: 12px;
	width: 960px;
}
.slider_shadow_bottom {
	background: url(../img/shadow_bott.png) no-repeat;
	margin: 0px auto;
	height: 15px;
	width: 960px;
}
