/* Title:     S3CMS News Scroller Base Cascading Style Sheets
   Author:    Sistemi Tre s.r.l. (rh)
   Updated:   November 10th, 2008 */

div.scroller { 	
	width: 265px; 
	height: 130px;
	overflow: hidden;
	border:0px solid #cccccc;
}

div.scroller div.section {	
	width:265px;
	height:130px;
	overflow:hidden;
	float:left;
	padding:0em;		
}

div.scroller div.content {
	width: 10000px;
}

div#section2 {
	text-decoration:none;
}

.scroller_title
{ 
	font-family:Verdana,Arial;
	font-size:xx-small;
	text-transform:capitalize;
	font-weight:bold;
	color:#359E7A;
	text-decoration:none;
	text-transform:uppercase;
}

.scroller_abstract
{ 
	font-family:Verdana,Arial;
	font-size:xx-small;
	color:#000000;
}

.scroller_signature
{ 
	font-family:Verdana,Arial;
	font-size:xx-small;
	font-style:italic;
	color:#000000;
}

