/* Songinfo Rotation Header */

#gbTicker {
	border: 0px;
	background: #171400;
	width: 435px;
	height: 100px;
	font-size: 12px;
	padding: 4px;
	margin-top: 50px;
	font-family: "Lucida Sans Unicode", Verdana;
	line-height: 1.5em;
}
#gbTicker #contentTicker  {
	position: relative;
	width: 435px;
	height: 100px;
	overflow: hidden;
}
#gbTicker #contentTicker #itemTicker  {
	display: block;
}
#gbTicker #contentTicker #itemTicker li  {
	width: 435px;
	height: 100px;
	margin: 0;
	padding: 0 12px 12px 0;
	display: block;
	float: left;
	list-style: none;
}
#gbTicker #contentTicker #itemTicker li h2  {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
#gbTicker #contentTicker #itemTicker li p  {
	color: #DFBD9C;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}