.ticker-div
{
	position:			absolute;
	bottom:				2px;
	right:				10px;
	font-size:			.9em;
	z-index:			999;
}
.ticker
{ 
	text-align:			right;
	height:				30px;
}
.ticker a
{
	text-decoration:	none;
	font-weight:		bold;
}

.ticker img
{
  vertical-align:       text-bottom;
}

.ticker a
{
   /*color:               #bf0000;*/
	color:				#d9edff;
}

.ticker a:hover
{
   /*color:               #8f0000;*/
	color:				#fff;
}

