.sc-player
{
	font: 12px arial, sans-serif;
	background-color: #EFEFEF;
	color: #000000;
	font-size: 0.6em;
	line-height: 1.6em;
	font-weight: bold;
	border: 1px solid #9A9A9A;
}
.sc-volicon
{
	background: url('../../../theme/sc/img/volicon.png');
	width: 15px;
	height: 30px;
	left: 521px;
	position: absolute;
}
.sc-player A
{
	text-decoration: none;
	color: #333;
}
/*scrubber*/
.sc-scrubber
{
	left: 30px;
}
.sc-volume-status
{
}
.sc-scrubber .sc-time-span
{
}
.sc-scrubber .sc-time-span IMG
{
	height: 18px;
	width: 430px;
	background-color: #000000;
	margin-top: 6px;
}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played
{
	background-color: #FFF;
	opacity: 0.4;
}
.sc-scrubber .sc-played
{
	background-color: #333;
	opacity: 0.4;
}
/*controls*/
.sc-player .sc-controls A
{
	color: transparent;
	background: url('../../../theme/sc/img/play.png');
}
.sc-player .sc-controls A:hover
{
	background: url('../../../theme/sc/img/play-hover.png');
}
.sc-player .sc-controls A.sc-pause
{
	background: url('../../../theme/sc/img/play.png');
}
.sc-player .sc-controls A.sc-pause:hover
{
	background: url('../../../theme/sc/img/play-hover.png');
}
.sc-player.playing .sc-controls A.sc-pause
{
	background: url('../../../theme/sc/img/pause.png');
}
.sc-player.playing .sc-controls A.sc-pause:hover
{
	background: url('../../../theme/sc/img/pause-hover.png');
}
.sc-scrubber .sc-time-indicators
{
	/*[disabled]background:#FFF;*/
	/*[disabled]color:#FF0000;*/
	/*[disabled]padding:4px;*/
}
/*Track listings*/
.sc-player OL.sc-trackslist LI
{
	background: #E5E5E5;
	padding: 5px;
}
.sc-player OL.sc-trackslist LI.active, .sc-player OL.sc-trackslist LI:hover
{
	background-color: #FFF;
	padding: 5px;
	color: #FF0000;
}
.sc-player OL.sc-trackslist LI.active A
{
	color: #FF0000;
}
.sc-track-duration
{
	text-align: right;
	float: right;
	padding: 0 5px;
	margin-left: 5px;
	display: none;
}
/*Track info*/
.sc-player .sc-info
{
	background: #FFF;
	opacity: 0.9;
}
.sc-player .sc-info-toggle
{
	background: #FFF;
	color: #003399;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	padding: 4px;
}
.sc-player .sc-info-toggle:hover
{
	background: #003399;
	color: #EEE;
}
.sc-player .sc-info-close
{
	background: #003399;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 4px;
	font-weight: bold;
}
/*remote control*/
A.sc-remote-link
{
	background: url('../../../theme/sc/img/play.png') no-repeat top left;
	padding-left: 20px;
	text-decoration: none;
}
A.sc-remote-link.playing
{
	background-image: url('../../../theme/sc/img/pause.png');
}

.sc-player
{
	width: 600px;
	height: 30px;
	position: relative;
	border-radius: 5px;
}
/*Artworks*/
.sc-player .sc-artwork-list
{
	width: 100%;
	height: 50%;
	background-color: #transparent;
	list-style-type: none;
	position: relative;
	display: none;
}
.sc-player .sc-artwork-list LI
{
	list-style-type: none;
	display: none;
}
.sc-player .sc-artwork-list LI.active
{
	list-style-type: none;
	display: block;
}
.sc-player .sc-artwork-list LI IMG, .sc-player .sc-artwork-list LI DIV
{
	list-style-type: none;
	width: 380px;
	height: 380px;
	float: left;
	margin: 5px 0;
}
/*controls*/
.sc-player .sc-controls
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 4px;
	left: 4px;
	z-index: 5000;
}
.sc-player .sc-controls A
{
	display: block;
	width: 22px;
	height: 22px;
}
.sc-player .sc-controls A.sc-pause
{
	display: none;
}
.sc-player.playing .sc-controls A.sc-play
{
	display: none;
}
.sc-player.playing .sc-controls A.sc-pause
{
	display: block;
}
/*scrubber*/
.sc-scrubber
{
	position: absolute;
	top: 0px;
	height: 30px;
	width: 430px;
}
.sc-scrubber .sc-time-span
{
	height: 30px;
	position: relative;
}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played
{
	height: 30px;
	position: absolute;
	top: 0;
}
.sc-scrubber .sc-time-indicators
{
	position: absolute;
	right: -62px;
	top: 0px;
	height: 30px;
	line-height: 30px;
	width: 60px;
	text-align: center;
}
/*tracks
Track listings*/
.sc-player OL.sc-trackslist
{
	display: none;
}
/*Track info*/
.sc-player .sc-info
{
	position: absolute;
	top: 10px;
	left: -5000px;
	width: 400px;
	padding: 5px;
	height: 200px;
	z-index: 500;
	margin-left: -200px;
}
.sc-player .sc-info.active
{
	left: 50%;
	top: 12%;
}
.sc-player .sc-info-toggle
{
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}
.sc-player .sc-info-toggle.active
{
	left: -5000px;
}
.sc-player .sc-info-close
{
	position: absolute;
	top: 10px;
	right: 20px;
}
/*utilities*/
.sc-player .hidden
{
	display: none;
}
.sc-player-engine-container
{
	width: 1px;
	height: 1px;
	position: fixed;
	top: 2px;
	left: 2px;
}
/*volume control*/
.sc-volume-slider
{
	top: 10px;
	left: 511px;
	position: absolute;
	width: 50px;
	height: 10px;
	background-color: #FFFFFF;
}
.sc-volume-slider .sc-volume-status
{
	position: absolute;
	width: 0%;
	height: 10px;
	background: #000;
}