/* stylesheet for skyradio stream player // thnx dwayne */
html, body, * { padding:0; margin:0; }
#player_wrapper { width:740px; height:525px; position:relative;}
#play_header { height:82px; padding:8px 45px 6px 42px; background:url(../gfx/bg_top.png) no-repeat bottom left; }
#play_header a img { text-decoration:none; border:none; }
#logo { float:left; }
#nav ul { position:absolute; width:430px; height:24px; top:49px; right:10px; }
#nav ul li { float:left; list-style:none; }
#nav ul li a { height:24px; display:block; list-style:none; background-image:url(../gfx/sprite_nav.png); text-indent: -9999px; }
#nav ul li a#skyradio { width: 115px; background-position:0 -24px; }
#nav ul li a#skyradio:hover { width: 115px; background-position:0 0; }
#nav ul li a#playlist { width: 89px; background-position:-115px -24px; }
#nav ul li a#playlist:hover { width: 89px; background-position:-115px 0; }
#nav ul li a#acties { width: 75px; background-position:-204px -24px; }
#nav ul li a#acties:hover { width: 75px; background-position:-204px 0; }
#nav ul li a#weer { width: 66px; background-position:-279px -24px; }
#nav ul li a#weer:hover { width: 66px; background-position:-279px 0; }
#nav ul li a#verkeer { width: 85px; background-position:-345px -24px; }
#nav ul li a#verkeer:hover { width: 85px; background-position:-345px 0; }
#play_footer { width:740px; height:22px; background:url(../gfx/bg_footer.png) no-repeat; }
#nowplaying { position:relative; width:703px; height:399px; margin:2px 0 2px 18px; overflow:hidden; }
#rectangle { position:absolute; background:none; top:109px; right:44px; width:300px; height:250px; overflow:hidden; }
#vs_preroll_holder { position:absolute; width:320px; height:240px; padding:2px 2px 19px; top:113px; left:42px; overflow:hidden; background:#fff url(../gfx/bg_preroll_240.png) no-repeat; }
#vs_a2s_tag_skyradio { position:absolute; width:320px; height:60px; top:355px; left:45px; overflow:hidden; display:none; }

/* Songtext */
#songtext_wrapper {
    width: 400px;
    height: 600px;
}
#songtext_tekst {
	height:460px;
	background-color:#ffffff;
	overflow:auto;
	padding: 10px 0px 0px 10px;
}
#songtext_header {
	height:82px;
	padding: 8px 10px 6px 10px;
	background:url(../gfx/bg_top.png) no-repeat bottom left;
}
#songtext_header_image {
	position: absolute;
	margin:63px 0 0 295px;
}
#songtext_wrapper #play_footer {
	width: 400px;
}
#songtext_share ul {
}
#songtext_share ul li { 
	float:left;
	list-style:none;
}

