/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider,
.just_one_news {
	width: 290px;
	height: 122px;
	position: relative;
	margin: 0 -10px 10px -10px;
	padding:0 10px;
}
.anythingSlider .wrapper,
.just_one_news .wrapper{
	width: 290px;
	/*overflow: auto;*/
	overflow:hidden;
	height: 122px;
	position: absolute;
	top: 0;
	left: 10px;
}
.anythingSlider .wrapper ul{
	width: 3480px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0px;
	margin: 0;
}
.anythingSlider ul li{
	display: block;
	float: right;
	padding: 0;
	height: 150px;
	width: 290px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 150px;
	width: 50px;
	background: url(../../images/NewsSlider/arrows.gif) no-repeat 0 35px;
	text-indent: -9999px;
	position: absolute;
	top: -10px;
	cursor: pointer;
}
.anythingSlider .forward	{
	background-position: right 35px;
	right: -11px;
}
.anythingSlider .back {
	background-position: left 35px;
	left: -11px;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
}
.anythingSlider .wrapper ul ul li{
	float: none;
	height: auto;
	width: auto;
	background: none;
}
#event0{
	background: url(../../images/NewsSlider/bg_3_1.jpg) no-repeat left top;
	width:290px;
	height:155px;
	padding:10px;
}
#event1{
	background: url(../../images/NewsSlider/bg_3_2.jpg) no-repeat left top;
	width:290px;
	height:155px;
	padding:10px;
}
#event2{
	background: url(../../images/NewsSlider/bg_3_3.jpg) no-repeat left top;
	width:290px;
	height:155px;
	padding:10px;
}
.anons.for_front{
	position:relative;
	height:122px;
	z-index:10;
}
#event1 p.all,
#event2 p.all{
	position:relative;
	margin-left:143px;
	width:145px;
	z-index:11;
	background:url(../../images/style/line_dashed.gif) left top repeat-x #f8e8e1;
}
.blocks_wrapper.with_slider p.all{
	display:block;
	position:relative;
	top:-30px;
	padding-top:6px;
	text-align:left;
	z-index:11;
}
.anons.for_front .front_cut{
	height:80px;
	overflow:hidden;
}
.anons .front_img{
	position:relative;
	width:120px;
	padding:0 8px;
	margin:0 5px 0 -2px;
	float:left;
}
.anons .front_img .shadow_left{
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:122px;
	background: url(../../images/NewsSlider/img_left.png) no-repeat left top;
}
.anons .front_img .shadow_right{
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:122px;
	background: url(../../images/NewsSlider/img_right.png) no-repeat left top;
}