.player {
	text-shadow: 1px 1px 1px #000;
}

.player .seekbar {
	background-image: url('player_seekbar_bg.png');
	background-position: center center;
    background-repeat: repeat-x;
    height: 6px;
}

.player .playbar {
	height: 2px;
	position: relative;
}

.player .playbar img {
	position: absolute;
	right: -3px;
	z-index: 10;
}

.player .playlist_scrollpane {
	background-image: url('lighten_005.png');
	height: 127px;
	overflow: hidden;
	position: relative;
}

.player .playlist_scrollbar_wrap {
	background: #141414;
	float: right;
	height: 125px;
	padding: 1px 1px 1px 0;
	position: relative;
	width: 6px;
}

.player .playlist_scrollbar {
	height: 100%;
	position: relative;
}

.player .ui-slider-handle {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url('scrollbar.gif') !important;
	background-position: 0;
	background-repeat: repeat-y;
	cursor: default;
	outline: medium none;
	position: absolute;
	width: 6px;
}

.player a.ui-state-hover, .player a.ui-state-active {
	background-position: -6px 0;
}

.player .playlist {
	background-image: url('lighten_005.png');
	border: 1px solid #141414;
	border-width: 0 1px;
	border-collpase: collapse;
	display: block;
	position: relative;
	width: 100%;
	
	line-height: 1.125em;
	white-space: nowrap;
}

.player .playlist tbody {
	display: block;
}

.player .playlist td {
	border-top: 1px solid #141414;
	padding: 2px 1.2em;
	
	text-shadow: 1px 1px 1px #000;
}

.player .playlist .current {
	color: #9EC10F;
}

.player .playlist .last td {
	border-bottom: 1px solid #141414;
}

.player .controls {
	display: block;
	height: 52px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.player .controls li {
	cursor: pointer;
	display: block;
	float: left;
	height: 42px;
	width: 42px;
}

.player .controls .clear {
	clear: both;
}

.player .controls .previous {
	background: url('player_buttons_small.png') 0 0 no-repeat;
	margin: 5px 0;
}

.player .controls .previous:hover {
	background: url('player_buttons_small.png') -42px 0 no-repeat;
}

.player .controls .play {
	background: url('player_buttons.png') 0 0 no-repeat;
	height: 52px !important;
	width: 52px !important;
}

.player .controls .play:hover {
	background: url('player_buttons.png') -52px 0 no-repeat;
}

.player .controls .pause {
	background: url('player_buttons.png') 0 -52px no-repeat;
	height: 52px !important;
	width: 52px !important;
}

.player .controls .pause:hover {
	background: url('player_buttons.png') -52px -52px no-repeat;
}

.player .controls .next {
	background: url('player_buttons_small.png') 0 -42px no-repeat;
	margin: 5px 0;
}

.player .controls .next:hover {
	background: url('player_buttons_small.png') -42px -42px no-repeat;
}

.player .controls .stop {
	background: url('player_buttons_small.png') 0 -84px no-repeat;
	margin: 5px 0;
}

.player .controls .stop:hover {
	background: url('player_buttons_small.png') -42px -84px no-repeat;
}

.player .controls .mute {
	background: url('player_buttons_small.png') 0 -126px no-repeat;
	margin: 5px 0 5px 16px;
}

.player .controls .mute:hover {
	background: url('player_buttons_small.png') -42px -126px no-repeat;
}

.player .controls .unmute {
	background: url('player_buttons_small.png') 0 -168px no-repeat;
	margin: 5px 0 5px 16px;
}

.player .controls .unmute:hover {
	background: url('player_buttons_small.png') -42px -168px no-repeat;
}

.player .controls .volumebar {
	background-image: url('player_volumebar_inactive.gif');
	border: 1px solid #141414;
	display: block;
	height: 50px !important;
	margin-left: 6px;
	position: relative;
	width: 4px !important;
}

.player .controls .volumevalue {
	background-image: url('player_volumebar_active.gif');
	background-position: bottom center;
	display: block;
	position: absolute;
	bottom: 0;
	width: 4px !important;
}