
#stacks_in_19_page3 {
	margin: 2px 2px 2px 2px;
	padding: 0px 4px 5px 4px;
}

#stacks_in_21_page3 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_21_page3 .stacks_right {
	float:right;
	width:49%;
}#jPlayerstacks_in_23_page3 div.jp-single-player,
#jPlayerstacks_in_23_page3 div.jp-type-playlist {

	/* 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: #666666;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_23_page3 div.jp-interface {
	position: relative;
	background-color: #222222;
	width:260px;
	height:30px;
	border:1px solid #444444;
}
#jPlayerstacks_in_23_page3 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-interface {
}

#jPlayerstacks_in_23_page3 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#jPlayerstacks_in_23_page3 div.jp-interface ul.jp-controls li {
	position: absolute;
}
#jPlayerstacks_in_23_page3 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #333333;
	border: 1px solid #444444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_23_page3 a.jp-play,
#jPlayerstacks_in_23_page3 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_23_page3 div.jp-single-player a.jp-play,
#jPlayerstacks_in_23_page3 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_23_page3 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_23_page3 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #333333;
}
#jPlayerstacks_in_23_page3 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_23_page3 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #333333;
}
#jPlayerstacks_in_23_page3 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_23_page3 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #333333;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_23_page3 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_23_page3 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_23_page3 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #333333;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_23_page3 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_23_page3 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #333333;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_23_page3 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_23_page3 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #444444;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_23_page3 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_23_page3 div.jp-seek-bar {
	background-color: #333333;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_23_page3 div.jp-play-bar {
	background-color: #666666 ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_23_page3 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_23_page3 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_23_page3 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_23_page3 a.jp-volume-max {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_23_page3 div.jp-type-playlist a.jp-volume-max {
	left:233px;
}
#jPlayerstacks_in_23_page3 a.jp-volume-max:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_23_page3 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_23_page3 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_23_page3 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_23_page3 div.jp-current-time,
#jPlayerstacks_in_23_page3 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_23_page3 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_23_page3 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_23_page3 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_23_page3 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_23_page3 div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#222222;
	border:1px solid #444444;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_23_page3 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #444444;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-playlist a {
	color: #666666;
	text-decoration: none;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-playlist a:hover {
	color:#DDDDDD;
	background-color: transparent;
}
#jPlayerstacks_in_23_page3 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#DDDDDD;
}

#jPlayerstacks_in_23_page3 #current_track {
	display: none;
}

#jPlayerstacks_in_23_page3 div.jp-type-playlist ul li {
	margin-left: 0;
}




#stacks_in_23_page3 {
	margin: 2px 2px 2px 2px;
	padding: 0px 4px 5px 4px;
}

#stacks_in_25_page3 {
	margin: 10px 2px 2px 2px;
	padding: 0px 4px 5px 4px;
}

#stacks_in_28_page3 {
	margin: 2px 2px 2px 2px;
	padding: 0px 4px 5px 4px;
}

#stacks_in_21_page3 {
	margin: 2px 2px 2px 2px;
	padding: 0px 4px 5px 4px;
}
