html, body {
	width: 1000px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

body #tickerHeading {
	display: none;
}

body.ready #tickerHeading {
	display: block;
}

#ticker {
	width: 2000px;
	height: 31px;
	background: #444 url(strap_bh.png) repeat-x 0 0;
	color: white;
	text-shadow: black 1px 1px 2px;
}

#ticker a {
	color: white;
	text-decoration: none;
}

#ticker.hover #tickerText a {
	text-decoration: underline;
}

#ticker.hover #tickerHeading a:hover,
#ticker.hover #tickerText a:hover {
	color: #def;
}

#ticker span {
	white-space: nowrap;
	overflow: hidden;
}

#tickerHeading {
	background: #444 url(heading0.png) no-repeat 100% -100px;
	float: left;
	height: 31px;
	padding: 7px 40px 0 30px;
	font-weight: bold;
	z-index: 111;
	text-transform: uppercase;
}

.breaking {
	background-position: 100% 0px !important;
}

.stream {
	background-position: 100% -50px !important;
}

.justin {
	background-position: 100% -100px !important;
}

.tag {
	background-position: 100% -150px !important;
}

.special {
	background-position: 100% -200px !important;
}

.comingup {
	background-position: 100% -250px !important;
}

.sport {
	background-position: 100% -300px !important;
}

#tickerText {
	background: #444 url(strap_bh.png) repeat-x 0 0;
	float: left;
	width: 1000px;
	height: 31px;
	padding: 7px 50px 0 10px;
}

#tickerPrevious a {
	display: block;
	background: url(controlt.png) no-repeat 0 0;
	width: 23px;
	height: 24px;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	right: 53px;
	top: 4px;
	text-indent: -50px;
}

#tickerNext a {
	display: block;
	background: url(controlt.png) no-repeat -23px 0;
	width: 23px;
	height: 24px;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	right: 30px;
	top: 4px;
	text-indent: -50px;
}

#tickerContent {
	display: none;
}