* { 
	margin: 0; padding: 0;
}

body {
	color: #fff;
	background: #000 url(back.png) center top no-repeat;
	font-family: Arial, Sans;
}

h1 a {
	display: block;
	position: absolute;
	left: 50%;
	float: left;
	top: 20px;
	margin-left: 185px;
	width: 300px;
	height: 120px;
	text-indent: -500px;
	overflow: hidden;
}

#nav li {
	list-style: none;
}

#nav li a {
	position: absolute;
	left: 50%;
	width: 100px;
	height: 30px;
	text-indent: -500px;
	overflow: hidden;
	float: left;
}

#nav li a#home {
	margin-left: -480px;
	top: 140px;
	width: 80px;
	height: 40px;
}

#nav li a#bio {
	margin-left: -395px;
	top: 130px;
	width: 60px;
	height: 40px;
}

#nav li a#dates {
	margin-left: -325px;
	top: 120px;
	width: 80px;
	height: 40px;
}

#nav li a#media {
	margin-left: -240px;
	top: 110px;
	width: 90px;
	height: 40px;
}

#nav li a#discography {
	margin-left: -470px;
	top: 180px;
	width: 157px;
	height: 40px;
}

#nav li a#extras {
	margin-left: -310px;
	top: 160px;
	width: 100px;
	height: 40px;
}

#nav li a#shop {
	margin-left: -210px;
	top: 150px;
	width: 80px;
	height: 40px;
}

a { color: #c00; text-decoration: none; }

img { border: none; }

.ad {
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -470px;
}

#news {
	width: 180px;
	position: absolute;
	float: left;
	top: 630px;
	left: 50%;
	margin-left: -470px;
	font-size: 10px;
	line-height: 14px;
}

#news h2 { font-size: 16px; margin-bottom: 12px; text-transform: uppercase; }

#news small { font-size: 10px; color: #ccc; }

#news p { margin-bottom: 8px; font-size: 12px; }


p { margin-bottom: 5px; }
/* buylinks */

#content li { margin-left: 20px; }

td { vertical-align: top; padding-right: 20px; }

big { font-weight: bold; font-size: 150%; }

#actions {
	display: block;
	width: 587px;
	height: 435px;	
	background: url(actions.png);
}

#actions li { list-style: none;}

#actions li a {
	float: left;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 180px;
	height: 180px;
	z-index: 100px;
	overflow: hidden;
	text-indent: -500px;
}

/*#actions li a#txt { margin-left: -290px; margin-top: 60px; }
#actions li a#promote { margin-left: -110px; margin-top: 40px; }
#actions li a#buy { margin-left: 70px; margin-top: 20px; }
#actions li a#watch { margin-left: -270px; margin-top: 240px; }
#actions li a#request { margin-left: -90px; margin-top: 220px; }
#actions li a#send { margin-left: 90px; margin-top: 200px; }*/

#actions li a#buy { margin-left: -290px; margin-top: 60px; }
#actions li a#send { margin-left: -110px; margin-top: 40px; }
#actions li a#promote { margin-left: 70px; margin-top: 20px; }
#actions li a#watch { margin-left: -270px; margin-top: 240px; }
#actions li a#request { margin-left: -90px; margin-top: 220px; }
#actions li a#txt { margin-left: 90px; margin-top: 200px; }

.border {
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	padding: 10px;
	margin-bottom: 30px;
}

#buylinks {
	display: block;
	width: 183px;
	height: 316px;
	position: absolute;
	left: 50%;
	margin-left: 290px;
	background: url(buy_stores.png);
	top: 370px;
	z-index: 10;
}

#buylinks li { list-style: none; }

#buylinks li a {
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -500px;
}
#buylinks li a#emusic {
	height: 80px;
}

#listn {
	font-size: 28px;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: 400px;
}


/* content */

#content {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 341px;
	margin-left: -267px;
	padding-bottom: 100px;
}



/* player */

#player_container {
	height:80px;
	position: fixed;
	z-index: 50;
	bottom:0;
	left: 0; right: 0;
	background:#111;
	border-top: 3px solid white;
}

#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}

#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}

#player_play {
	background: url("/media/img/spirites.jpg") 0 0 no-repeat;
}

#player_play.jqjp_hover {
	background: url("/media/img/spirites.jpg") -41px 0 no-repeat;
}

#player_pause {
	background: url("/media/img/spirites.jpg") 0 -42px no-repeat;
}

#player_pause.jqjp_hover {
	background: url("/media/img/spirites.jpg") -41px -42px no-repeat;
}
 
#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("/media/img/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
 
#ctrl_prev:hover {
	background: url("/media/img/spirites.jpg") -29px -112px no-repeat;
}
 
#ctrl_prev.disabled {
	background: url("/media/img/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}
 
#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("/media/img/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
 
#ctrl_next:hover {
	background: url("/media/img/spirites.jpg") -29px -141px no-repeat;
}
 
#ctrl_next.disabled {
	background: url("/media/img/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}
 
 
#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("/media/img/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("/media/img/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:180px;
	top:32px;
	background-color: #eee;
	right: 200px;
	height:15px;
}
#player_progress_load_bar {
	background: url("/media/img/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("/media/img/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("/media/img/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	right: 150px;
	top:32px;
	background: url("/media/img/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_max {
	position: absolute;
	right: 50px;
	top:32px;
	background: url("/media/img/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_min.jqjp_hover {
	background: url("/media/img/spirites.jpg") -19px -170px no-repeat;
}
 
#player_volume_max.jqjp_hover {
	background: url("/media/img/spirites.jpg") -19px -186px no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	right: 90px;
	top:37px;
	background: url("/media/img/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/media/img/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}
 
#play_time,
#total_time {
	position: absolute;
	left:180px;
	top:55px;
	right: 200px;
	font-size:.8em;
	font-style:oblique;
}
 
#total_time {
	text-align: right;
}
#playlist_list {
	z-index: 60;
	bottom: 45px;
	left: 167px;
}
 
#playlist_list ul{
	list-style-type:none;
	padding:0;
	border-top:none;
	font-size:.9em;
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: 290px;
	display: block;
	height: 70px;
	width: 200px;
	overflow: hidden;
}
 
#playlist_list li{
	padding:0;
	cursor: pointer;
	background: #fff;
	margin-bottom: 2px;
	padding: 2px 2px 2px 17px;
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	background: #fff url(playing.png) top left no-repeat;
	overflow: hidden;
	white-space: nowrap;
}

#playlist_list li a{
	font-size: 11px;
}
 
#playlist_list li.playlist_current{
	display: block;
	color:#000;
	list-style-type:square;
	list-style-position:inside;
	cursor: default;
	background: #fff url(play.png) top left no-repeat;
}
 
#playlist_list li.playlist_hover {
	color:#0d88c1;
}
