div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 341px; height: 214px;
	overflow: hidden; 
	border:0px solid #cccccc;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:341px;
	height:214px; 
	overflow:hidden;
	float:left;
	padding:1em;	
	}

div.scroller div.content {
	width: 10000px; 
	}

div#section {
	background:#fff;
	color:#ffffff; 
	}


div.scroller3 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 341px; 
	height: 224px;
	overflow: hidden; 
	border:0px solid #cccccc;
	}
div.scroller3 div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:341px;
	height:214px;
	overflow:hidden;
	float:left;
	padding:1em;	
	}
div.scroller3 div.content {
	width: 10000px; 
	}

div#section {
	background:#fff;
	color:#ffffff; 
	}

a.title:link {Color:#666666; font-family:arial,verdana; font-size:11px; text-decoration:none;	}
a.title:visited {Color:#6; fon66666t-family:arial,verdana; font-size:11px; text-decoration:none;	}
a.title:hover{color:#333333; font-family:arial,verdana; font-size:11px; text-decoration:underline;}




