

div#main_ticker_div {
	position:	relative;
	overflow:	hidden;
	background-color: none;
}

div#main_ticker_div #sub_main_ticker {
	position:	absolute;
	clip:		rect(0 200px 120px 0);
	left:		0px;
	top:		0px;
}

div#main_ticker_div img {
	border:			1px solid #FFF;
	width:			187px;
	height:			135px;
}

div#main_ticker_div a {
	border:			0;
	font-family:	"Trebuchet MS";
	font-size:		12px;
	color:			#FFF;
	text-decoration:none;
}

div#main_ticker_div a:hover {
	border:			0;
	font-family:	"Trebuchet MS";
	font-size:		12px;
	color:			#CECECE;
}

/*
div#main_ticker_div #sub_main_ticker #first_ticker {
	position:	absolute;
	left:		0px;
	top:		1px;
	padding:	0 10px 0 10px;
}

div#main_ticker_div #sub_main_ticker #second_ticker {
	position:	absolute;
	left:		0;
	top:		1;
	padding:	0 10px 0 10px;
	visibility:	hidden;
}
*/
