@media screen {
	#scroller { 
		display: inline; 
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		text-align: center; 
		color: #000000; 
		background-color: #FFFFFF; 
		position: absolute; 
		top: 380px; 
		left: 10px; 
		width: 190px; 
		height: 200px; 
		overflow: hidden; 
		border-color: #336633; 
		border-style: solid; 
		border-width: 1px;
		z-index: 9;
	} 
	#scrollertitle { 
		position:relative; 
		top: 0px; 
		left: 0px; 
		height: 16px; 
		padding-top: 3px; 
		font-size: 14px; 
		text-align: center; 
		color: #336633; 
		font-weight: bold; 
		text-decoration: underline; 
		background-color: #FFFFFF; 
		z-index: 11; 
	} 
	#scrollertext {
		position: relative;
		overflow: hidden;
		/* border: 1px solid #000; */
		height: 200px;
		width: 180px;
		margin-left: 4px; 
		margin-right: 4px; 
		z-index: 10; 
	}
	#scrollertext a:link {
		color: #336633;
		font-weight: bold; 
		text-decoration: underline; 
	} 
	#scrollertext a:visited {
		color: #336633;
		font-weight: bold; 
		text-decoration: underline; 
	} 
	#scrollertext a:hover {
		color: #FFFFFF;
		background-color: #336633; 
		font-weight: bold; 
		text-decoration: underline; 
	} 
	#scrollertext a:active {
		color: #336633;
		font-weight: bold; 
		text-decoration: underline; 
	} 
	.headline {
		position: absolute;
		top: 410px;
		/* left: 5px; */
		height: 50px;
		width: 178px;
	}
}

