/*---{ Imports )-------------------------------------------------------*/

@import "news.css";

#companies
{
	width: 180px;
	border: 1px solid #959595;	
}

#companies #scrollarea 
{
	width: 180px;
	height:80px;
	overflow:hidden;
	padding:0;
	background-color: #fff;
}

#companies #scrollarea div 
{
	border-bottom: 1px solid #F7F5EF;
	width:180px;
	margin: 0;
	padding: 0;
	height:80px;
}
/*
#companies #scrollarea div a  
{
	width:180px;
	height:80px;
	text-align:center;
}
*/
#companies #scrollarea div a:hover 
{
}

#companies #rotatorup, #companies #rotatordown 
{
	border:0;
	width:180px;
	height:21px;
	cursor:pointer; cursor:hand;
}

#companies #rotatorup 
{
	margin: 0;
	background:#EEEEEE url(../images/img_bttn_up.gif) 90px 9px no-repeat;
}

#companies #rotatordown 
{
	margin:0;
	background: #EEEEEE url(../images/img_bttn_down.gif) 90px 9px no-repeat;
}

/* ---------- */