/* 
    Document   : news
    Created on : 26-01-2010, 12:57:54
    Author     : fol
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.scroll_list {
	height:				92px;
	background-image:	url(/images/news/background.gif);
	background-repeat:	no-repeat;
	float:				right;
}
.news_arrow {
	padding:	40px 10px;
	float:		left;
}
.scrollwrapper {
	height:		92px;
	width:		220px;
	float:		left;
	overflow:	hidden;
}
.scroller {
	background-color:	red;
	width:				100px;
}
.entry {
	width:		220px;
	height:		92px;
	float:		left;
}
.entry_image {
	margin:	14px 10px 14px 1px;
	float:		left;
}
.entry_text, .entry_text a {
	color:	#096EE4;
}
.entry_subject {
	height:			14px;
	padding-top:	12px;
	margin-bottom:	2px;
	text-transform:	uppercase;
	font-size:		12px;
	overflow:		hidden;
}
.entry_body {
	height:			36px;
	margin-bottom:	2px;
	overflow:		hidden;
	font-size:		10px;
}
.entry_link {
	float:				right;
	text-decoration:	none;
	margin-right:		10px;
}
