/* Horizontal Carousel */
#horizontal_carousel {
	width: 982px;
/*	width:760px; */
	height:98px;
	 float:left;
  position: relative;
}         

#horizontal_carousel .container {
  position: absolute;
  left: 38px;  
  width: 944px;
/*  width: 722px; */
  height: 98px;
  overflow:hidden;   
  background-image: url(../../images/skin/page_header/scrollnews_bg.gif);
  background-repeat: repeat-x;
}            

#horizontal_carousel .previous_button {
/*  position: absolute; */
float:left;
  top: 5px;
  left: 0px;
  width: 19px;
  height: 98px;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  cursor:default;
}

#horizontal_carousel .next_button {
/*  position: absolute; */
float:left;
  top: 5px;
  right: 10px;
  width: 19px;
  height: 98px;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 98px;
}                      

#horizontal_carousel ul li img {
  display:block;             
}                               

#horizontal_carousel ul li {

}                               

#horizontal_carousel ul li {
  margin:0pt;
  padding: 10px 10px 10px 5px;
  width:230px;
  list-style:none;   
  float:left;
}

.newscell {
	width:210px;
	height:78px;
	padding-left:15px;
	padding-right:15px;	
	border-right:1px dashed #9aa1c3;
	float:left;
	position:relative;
}

.newsimg {
	float:left;
}

.newsdescr {
	width:130px;
	height:58px;
	float:right;
	margin-top:5px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

.buttons {
	width:45px;
}