/* There has to be some better way to link to the Cobalt theme images */

.zreo-play {
	padding-left: 16px;
	background: url(images/play15.png) left center no-repeat;
}
.zreo-player-container button, .zreo-player-container a {
	border: none;
	margin: 0;
}
.zreo-play:hover {
	background: url(images/play15h.png) left center no-repeat;
}
.zreo-pause {
	padding-left: 16px;
	background: url(images/pause15h.png) left center no-repeat;
	font-weight: bold;
}
.zreo-player-container {
	position: fixed;
	bottom: 25px;
	left: 0;
	-moz-user-select: -moz-none;
	cursor: default;
	z-index: 66;
	text-align: left;
}
.zreo-player-container div {
	-moz-user-select: -moz-none;
}
.zreo-player-panel {
	position: relative;
}
.zreo-player-body {
	border: 1px solid #292929;
	border-top-right-radius: 7px; -moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 7px;
	border-bottom-right-radius: 7px; -moz-border-radius-bottomright: 7px; -webkit-border-bottom-right-radius: 7px;
	background: #1a1a1a url(../../themes/cobalt-r2/images/bg1.gif) top left repeat-x;
}
.zreo-player-playlist-tab {
	margin-bottom: -2px;
	border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	border: 1px solid #292929;
	border-bottom-color: #333333;
	padding: 4px 10px 4px 10px;
	background: #333333;
}
.zreo-player-hide {
	float: right;
	text-shadow: #000 0 0 5px;
	/*background: rgba(6,16,32,0.3);*/
}
#zreo-player-panel, #zreo-player-show, #zreo-player-playlist, #zreo-player-slider-bg {
	display: none;
}
.zreo-player-show {
	z-index: 55;
}
.zreo-player-playlist {
	width: 435px;
	/*margin: 0 0 0 25px;*/
	border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}
.zreo-player-playlist ul {
	max-height: 10em;
	overflow-y: auto;
	overflow-x: hidden;
	/*list-style-type: decimal;
	list-style-type: decimal-leading-zero;*/
	list-style-type: none;
	padding: 0.3em;
	margin: 0.1em 0.5em 0.2em;
}
.zreo-player-playlist ul li {
	margin: 0;
	padding: 0.1em;
}
.zreo-player-playlist ul li a {
	display: block;
}
.zreo-player-playlist ul li a:hover {
	background: #1a1a1a url(../../themes/cobalt-r2/images/bg2.gif) top left repeat-x;
}
.zreo-player-playlist ul li a.zreo-player-playlist-playing {
	background: #977600;
}
.zreo-player-playlist ul li a.zreo-player-playlist-playing:hover {
	background: #ba9200;
}
.zreo-player-playlist ul li a.zreo-player-playlist-error {
	text-decoration: line-through;
}
.zreo-player-controls {
	border-top-right-radius: 7px;
	border-top: 1px solid #292929;
	background: #1a1a1a url(../../themes/cobalt-r2/images/bg1.gif) top left repeat-x;
	width: 435px;
	height: 80px;
	position: relative;
	margin-top: -1px;
}
.zreo-player-controls-next {
	position: absolute;
	top: 19px;
	left: 83px;
	height: 30px;
	width: 30px;
	background: url(images/button-next.png) 0px 0px no-repeat;
}
.zreo-player-controls .zreo-player-controls-prev.disabled, .zreo-player-controls .zreo-player-controls-next.disabled {
	background-position: 0 -90px;
}
.zreo-player-controls-prev {
	position: absolute;
	top: 19px;
	left: 11px;
	height: 30px;
	width: 30px;
	background: url(images/button-previous.png) 0 0 no-repeat;
}
.zreo-player-controls-next:hover, .zreo-player-controls-prev:hover {
	background-position: 0 -30px;
}
.zreo-player-controls-next:active, .zreo-player-controls-prev:active {
	background-position: 0 -60px;
}
.zreo-player-controls-play {
	position: absolute;
	top: 14px;
	left: 42px;
	height: 40px;
	width: 40px;
	background: url(images/button-play-pause.png) 0 0 no-repeat;
}
.zreo-player-controls-play:hover {
	background-position: 0 -40px;
}
.zreo-player-controls-play:active {
	background-position: 0 -80px;
}

.zreo-player-controls-pause {
	position: absolute;
	top: 14px;
	left: 42px;
	height: 40px;
	width: 40px;
	background: url(images/button-play-pause.png) -40px 0 no-repeat;
}
.zreo-player-controls-pause:hover {
	background-position: -40px -40px;
}
.zreo-player-controls-pause:active {
	background-position: -40px -80px;
}
.zreo-player-controls-mirror {
	font-size: 75%;
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 100px;
	border: solid 1px black;
	background: #1a1a1a url(../../themes/cobalt-r2/images/bg1.gif) top left repeat-x;
}
.zreo-player-controls-mirror ul {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	border: solid 1px black;
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background: #1a1a1a url(../../themes/cobalt-r2/images/bg1.gif) top left repeat-x;
}
.zreo-player-controls-mirror:hover ul, .zreo-player-controls-mirror ul:hover {
	display: block;
}
.zreo-player-display {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #777;
	background: #444;
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	width: 300px;
	padding: 2px;
	overflow: hidden;
}
.zreo-player-display-title {
	overflow: hidden;
	position: relative;
	white-space:nowrap;
	height: 1em;
	padding: 3px;
	text-align: center;
}
.zreo-player-display-title div {
	font-variant: small-caps;
	color: #808080;
}
.zreo-player-display-position {
	position:absolute;
	bottom: 1px;
	left: 0;
	width: 2.8em;
	text-align: right;
}
.zreo-player-display-duration {
	position:absolute;
	bottom: 1px;
	right: 0;
	width: 2.8em;
	text-align: left;
}
.zreo-player-slider-bg {
	overflow: hidden;
	border: 1px solid #888;
	background: #444 url(images/loading.gif);
	height: 10px;
	position:absolute;
	bottom: 3px;
	left: 3.0em;
	right: 3.0em;
}
.zreo-player-slider-bg-live {
	overflow: hidden;
	border: none;
	background: transparent url(images/loading.gif);
	height: 10px;
	position:absolute;
	bottom: 5px;
	left: .2em;
	right: .2em;
	text-align: center;
	font-variant: small-caps;
	color: #808080;
	font-size: 10px;
}
.zreo-player-slider-bg-live div {
	display: none;
}
.zreo-player-slider-loaded {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	width: 100%;
	/*margin: -1px;
	border: 1px solid #666;*/
	background: #333;
}
.zreo-player-slider-position {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	margin: -1px;
	border: 1px solid #CCC;
	background: #666;
}
.zreo-player-display-waveform {
	position: absolute;
	height: 100%;
	width: 100%;
}
.zreo-player-display-waveform div {
	height: 100%;
	width: 256px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.zreo-player-display-waveform div div {
	position: absolute;
	top: 16px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background-color: #999;
}


