/* Remove browser layout defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }
html,body { height: 100%;}		
body {
	margin: 0; padding:0;
	background: #FFFFFF;
	overflow: hidden;
	text-align: center;
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #04609e;
}
#container {
	position: relative;
	width: 800px;
	height: 450px;
	text-align: left;
	margin: 0 auto;
	background: url(/images/skin/listenlive-bg.jpg) no-repeat top center;
	overflow:hidden;
}
#leaderboard {
	height: 90px;
	width: 100%;
	margin-bottom: 100px;
	text-align: right;
}
#nowplaying {
	width: 450px;
	float: left;
	color: #0F425D;
	margin: 0;
	padding: 0;
}
#music {
	position: relative;
	height: 130px;
	width: 180px;
	float: left;
}
#onair {
	float: right;
	width: 110px;
	height: auto;
}
#np-nav {
	position: absolute;
	right: 0;
	font-size: 1em;
	width: 150px;
}
#np-debug { display: none; }
#buttons {
	width: 420px;
	float: left;
	margin: 0 15px;
}
#bigbox {
	width: 300px;
	height: 250px;
}
#personality {
	text-align: center;
}
#personality img {
	position: static;
	width: 100px;
	height: 100px;
}
a#np-fback {
	background: url(/images/skin/nowplaying-btns-2.gif) no-repeat;
	background-position: 0 0;
}
a#np-back {
	background: url(/images/skin/nowplaying-btns-2.gif) no-repeat;
	background-position: -20px 0;
}
a#np-ffwd {
	background: url(/images/skin/nowplaying-btns-2.gif) no-repeat;
	background-position: -60px 0;
}
a#np-fwd {
	background: url(/images/skin/nowplaying-btns-2.gif) no-repeat;
	background-position: -40px 0;
}

.schedule {
	display: none;
}