html, body {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: arial , helvetica , clean , sans-serif;
}

div#ticker_wrap {
	width: 300px;
}



div#ticker_player {
	background: #000 url(../images/placeholder.jpg) 0 0 no-repeat;
	height: 169px;
}

div#ticker_videos {
	height: 280px;
}

div#ticker_videos object {
	display: block;
	outline: none;
}

div#ticker_header {
	background: #0c206f url(../images/background.gif) 50% 0 no-repeat;
	height: 24px;
	font-size: 18px;
	padding: 8px 10px;
}

div#ticker_footer {
	background: #0c206f url(../images/background.gif) 50% 0 no-repeat;
	height: 14px;
	padding: 3px 10px;
	font-size: 11px;
	cursor: pointer;
}
