/* Slider */
#news-slider
{
	float: left;
	width: 550px;
	height: 330px;
background-color:#eeeeee;
padding: 10px 7px 10px 7px;
background-image:url(http://westzap.ru/templates/lbtnewsindex/images/bgtrinewsleft.gif);
background-repeat:repeat-x;
}

/* Artcile slider */
.article_slider .start-stop {display: none;}
.article_slider .arrow                  { display: none;}
.article_slider .wrapper
{
	width: 100%;
	height: 300px;
}
.article_slider .wrapper ul li
{
	width: 540px; height: 300px;
	padding: 0 5px !important;
	
}
.article_slider .thumbNav
{
	position: absolute;
	top: 310px;
	text-align: left; 
}
.article_slider .thumbNav ul {padding: 0;}
.article_slider .thumbNav a
{
   padding:0 5px;
   text-decoration:none;
   border: 1px solid #43648f;
   margin: 0 3px;
   background-color: white;
   color: #43648f;
   font-size: 10pt;
}
.article_slider .thumbNav a:hover
{ 
  background-color: #43648f;
  color: white;
}
.article_slider .thumbNav a.cur
{ 
  background-color: #43648f;
  color: white;
}

.article_slider li img
{
 float: right;
 border: 1px solid gray;
 margin-left: 5px;
}
.article_slider li h2
{
 font-family: arial, sans-serif;
 font-size: 21px;
 font-weight: normal;
 color: #214679;
 margin: 0 0 7px 0;
 line-height: 23px;
}
.article_slider li h2 a
{
 color: #214679;
 text-decoration: none;
}
.article_slider li h2 a:hover
{
 color: black;
}
.article_slider li p
{
 margin: 0;
 font-family: arial, sans-serif;
 font-size: 14px;
 color: #333333;
 line-height: 24px;
}
.article_slider li span
{
 font-size: 11px;
 color: #636262;
 line-height: 24px;
}

/* Lenta */
ul.beelist {padding: 0;}
ul.beelist li
{
	padding: 8px 0;
	overflow: hidden;
	font-size: 11px;
}
ul.beelist li:nth-child(odd) {background-color: white;
border-bottom-color:#CCCCCC;
border-bottom-width:1px;
border-bottom-style:solid;}
ul.beelist li:nth-child(even) {background-color: white;
border-bottom-color:#CCCCCC;
border-bottom-width:1px;
border-bottom-style:solid;}
ul.beelist li a
{
	display: block;
	padding: 0 10px;
	overflow: hidden;
	text-decoration: none;
}
ul.beelist li a span {color: #808080;}