/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Alter Ego
 *
 * Author: Label Worx
 * Skin Version: 1.0
 * Date: 10 June 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	width:212px;
	height:105px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:33px;
	width:28px;
	height:20px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:86px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:86px;
}
a.jp-play {
	background: url("../images/play_but.jpg")  no-repeat;
}
a.jp-play:hover {
	background: url("../images/play_but_over.jpg")  no-repeat;
}
a.jp-pause {
	background: url("../images/pause_but.jpg")  no-repeat;
}
a.jp-pause:hover {
	background: url("../images/pause_but_over.jpg")  no-repeat;
}
a.jp-stop {
	top:33px;
	background: url("../images/jplayer.alterego.jpg") 0 -83px no-repeat;
	width:28px;
	height:20px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("../images/jplayer.alterego.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:58px;
	top:33px;
	background: url("../images/prev_but.jpg")  no-repeat;
	width:28px;
	height:20px;
}
a.jp-previous:hover {
	background: url("../images/prev_but_over.jpg")  no-repeat;
}
a.jp-next {
	left:114px;
	top:33px;
	background: url("../images/next_but.jpg") no-repeat;
	width:28px;
	height:20px;
}
a.jp-next:hover {
	background: url("../images/next_but_over.jpg")  no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:58px;
	/*background:#262628;*/
	width:202px;
	height:40px;
}
div.jp-single-player div.jp-progress {
	left:5px;
}
div.jp-playlist-player div.jp-progress {
	left:5px;
}
div.jp-load-bar {
	background: url("../images/load_bar.png") repeat-x;
	width:0px;
	height:40px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/progress_bar.png") repeat-x ;
	border-right:#4b58b6 solid 1px;
	width:0px;
	height:40px;
}
a.jp-volume-min {
	top:32px;
	background: url("../images/jplayer.alterego.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("../images/jplayer.alterego.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("../images/jplayer.alterego.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("../images/jplayer.alterego.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:33px;
	background: url("../images/vol_but.jpg") no-repeat;
	width:65px;
	height:20px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:142px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:142px;
}
div.jp-volume-bar-value {
	background: url("../images/vol_but_over.jpg") no-repeat;
	width:0px;
	height:20px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:61px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:80px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:82px;
}
div.jp-playlist {
	width:212px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 5px;
	width:192px;
	font-size:.8em;
}
div.jp-single-player div.jp-playlist li {
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	white-space:nowrap;
	padding:2px 0;
	height:15px;;
	overflow:hidden;
	border-bottom:1px dotted #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:2px 0;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist a {
	color: #fff;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#3A95CA ;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#3A95CA ;
}

.cover_art img {
	padding:5px;	
	float:left;
}

.track_title {
	white-space:nowrap;
	margin-top:5px;
	padding:1px 2px;
	float:left;
	width:140px;
	height:24px;
	font-size:9px;
	line-height:1.3;
	color:#FFF;
	overflow:hidden;
}

.track_col {
	color:#999;	
}

#track_container {
	height:	79px;
	width:200px;
	overflow:hidden;
	margin-left:5px;
}

#list_buts {
	margin: -3px 10px 0 10px;	
}

.list_buts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-variant:small-caps;
}

a:hover.list_buts  {
	color:#fff ;
	cursor:pointer;
}



