div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 419px; 
	height: 130px;
	overflow: hidden;
	border:0px solid #cccccc;
	padding-top:5px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:419px;
		height:130px;
		overflow:hidden;
		float:left;
		padding:4px;		
    }
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#ffffff;
		color:#ffffff;
		}

.scroller_title
{ 
	font-family:Verdana,Arial;
	font-size:11px;
	text-transform:capitalize;
	font-weight:bold;
	color:#BE2B21;
	text-decoration:none;
	white-space:normal;
}

.scroller_abstract
{ 
	font-family:Verdana,Arial;
	font-size:9px;
	color:#000000;
	white-space:normal;
}

.scroller_signature
{ 
	font-family:Verdana,Arial;
	font-size:x-small;
	font-style:italic;
	color:#000000;
}

