#ticker
{
	position: relative;
	overflow: hidden;
	width: 210px;
	/*height: 150px;*/
	height: 184px; /*+34 ; 2x17*/
	background-image: url('../gui/right/dsi-I.gif');
	background-repeat: no-repeat;
	background-position: 190px 30px;
}

#ticker ul
{
	margin: 0;
	padding: 0px;
	width: 172px;
	position: relative;
	list-style: none;
}

#ticker li
{
	padding: 0;
	margin: 0;
	font-size: 9px;
	/*height: 70px;*/
	height: 87px;
	display: block;
	position: absolute;
	background: none;
	/*top: -150px;*/
	top: -167px;
	color: #87888a;
	text-decoration: none;
	line-height: 14px;
}

#ticker li a
{
	color: #000;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;
}

#ticker li a:hover
{
	text-decoration: underline;
}
