#NewsVertical2 {
	margin-left:5px;
	margin-right:5px;
	width: 240px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical2 {
	width: 240px;
	height: 120px;
	display: block;
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
}
#TickerVertical2 li {
	display: block;
	width: 240px;
	height: 110px;
	/*line-height: 100px;
	color: #fff;*/
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	cursor:pointer;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #A6C5D8;
	border-right-color: #A6C5D8;
	border-bottom-color: #A6C5D8;
	border-left-color: #A6C5D8;*/
}
#tickertape{
position:relative;
/*layer-background-color:white;*/
list-style: none;
margin:0;
padding:0;
width:240px;
height:120px;
}

#subtickertape{
/*background-color:white;*/
position:absolute;
/*border: 1px solid white;*/
width:240px;
height:120px;

}

.subtickertapefont{
/*font:bold 12px Verdana;*/
text-decoration:none;
/*color:black;*/
}

.subtickertapefont a{
/*color:black;*/
text-decoration:none;
}
