/** Position specific style **/

/* 240 position */
div.wedge_240 div.jp-audio {
	width: 198px;
}
div.wedge_240 div.jp-player,
div.wedge_240 div.jp-player-header {
	width: 184px;
}
div.wedge_240 div.jp-meta-data {
	min-height: 180px;
}
div.wedge_240 div.jp-playlist {
	clear: both;
}
div.wedge_240 div.jp-playlist,
div.wedge_240 div.jp-playlist-header {
	width: 184px;
}
div.wedge_240 div.jp-track-time {
	width: 60px;
}
div.wedge_240 div.jp-counter-track-name-outer {
	width: 15px;
}
div.wedge_240 div.jp-playlist-meta-data {
	width: 120px;
}
div.wedge_240 div.jp-image {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
div.wedge_240 div.jp-image img {
	width: 180px;
	height: 144px;
}

/* 320 position */
div.wedge_320 div.jp-audio {
	width: 278px;
}
div.wedge_320 div.jp-player,
div.wedge_320 div.jp-player-header {
	width: 264px;
}
div.wedge_320 div.jp-playlist {
	clear: both;
}
div.wedge_320 div.jp-playlist,
div.wedge_320 div.jp-playlist-header {
	width: 264px;
}
div.wedge_320 div.jp-track-time {
	width: 140px;
}
div.wedge_320 div.jp-counter-track-name-outer {
	width: 95px;
}
div.wedge_320 div.jp-playlist-meta-data {
	width: 180px;
}

/* 460 position */
div.wedge_460 div.jp-audio {
	width: 418px;
}
div.wedge_460 div.jp-player,
div.wedge_460 div.jp-player-header {
	width: 404px;
}
div.wedge_460 div.jp-playlist,
div.wedge_460 div.jp-playlist-header {
	width: 404px;
}
div.wedge_460 div.jp-track-time {
	width: 260px;
}
div.wedge_460 div.jp-counter-track-name-outer {
	width: 210px;
}
div.wedge_460 div.jp-playlist-meta-data {
	width: 315px;
}


/* 640 position */
div.wedge_640 div.jp-audio {
	width: 598px;
}
div.wedge_640 div.jp-player,
div.wedge_640 div.jp-player-header {
	width: 386px;
}
div.wedge_640 div.jp-playlist,
div.wedge_640 div.jp-playlist-header {
	width: 184px;
}
div.wedge_640 div.jp-track-time {
	width: 260px;
}
div.wedge_640 div.jp-counter-track-name-outer {
	width: 210px;
}
div.wedge_640 div.jp-playlist-meta-data {
	width: 100px;
}

/* 720 position */
div.wedge_720 div.jp-audio {
	width: 678px;
}
div.wedge_720 div.jp-player,
div.wedge_720 div.jp-player-header {
	width: 465px;
}
div.wedge_720 div.jp-playlist,
div.wedge_720 div.jp-playlist-header {
	width: 184px;
}
div.wedge_720 div.jp-track-time {
	width: 340px;
}
div.wedge_720 div.jp-counter-track-name-outer {
	width: 210px;
}
div.wedge_720 div.jp-playlist-meta-data {
	width: 100px;
}

/* 960 position */
div.wedge_960 div.jp-audio {
	width: 918px;
}
div.wedge_960 div.jp-player {
	margin: 4px 2px 4px 5px;
}
div.wedge_960 div.jp-playlist {
	margin: 4px 5px 4px 2px;
}
div.wedge_960 div.jp-player,
div.wedge_960 div.jp-player-header {
	width: 600px;
}
div.wedge_960 div.jp-interface {
	width: 406px;
	margin-left: 188px;
	margin-top: 4px;
}
div.wedge_960 div.jp-track-time {
	width: 286px;
}
div.wedge_960 div.jp-counter-track-name-outer {
	width: 241px;
}
div.wedge_960 div.jp-image img {
	width: 180px;
	height: 144px;
	margin-top: -44px;
	margin-left: 3px;
}
div.wedge_960 div.jp-playlist,
div.wedge_960 div.jp-playlist-header {
	width: 284px;
}
div.wedge_960 div.jp-playlist-meta-data {
	width: 200px;
}
div.wedge_960 div.jp-meta-data {
	padding-left: 194px;
}
/** end Position specific style **/

div.jp-audio {
	font-size: 0.8em;
	line-height: 1.34em;
}
div.jp-player-outer,
div.jp-playlist-outer {
	float: left;
}
div.jp-player,
div.jp-playlist {
	min-height: 153px;
	margin: 2px;
	padding: 5px;
}
div.jp-player-header,
div.jp-playlist-header {
	padding: 5px 5px 0;
}
div.jp-player-header div {
	margin-left: 5px;
}
div.jp-playlist-header div {
	margin-left: 10px;
}

div.jp-track-controls {
	float: left;
}
div.jp-counter {
	font-size: 0.8em;
	float: right;
	width: 40px;
}
div.jp-progress {
	position: absolute;
	top: 15px;
}

div.jp-track-time {
	position: relative;
	float: left;
	margin-top: 7px;
}
div.jp-counter-track-name-outer {
	float: left;
	height: 12px;
}
div.jp-counter-track-name {
	position: absolute;
	height: 12px;
	font-size: 10px;
	line-height: 15px;
	white-space: nowrap;
}
div.jp-track-info {
	margin-top: 10px;
}
div.jp-meta-data {
	min-height: 90px;
}
div.jp-image {
	float: left;
	margin-right: 10px;
}

div.jp-playlist {
	overflow-y: auto;
	overflow-x: hidden;
}
div.jp-playlist div.wedge_element {
	margin: 3px 0;
}

div.jp-playlist-image,
div.jp-playlist-meta-data {
	float: left;
}
div.jp-playlist-meta-data {
	padding: 0 5px;
	font-size: 9px;
	line-height: 13px;
	overflow: hidden;
	white-space: nowrap;
}

div.jp-playlist ul {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

div.jp-interface {
	height: 30px;
	padding: 0;
}

div.jp-volume-controls {
	width: 30px;
	margin-left: 5px;
	float: left;
}

div.jp-button-wrapper {
	position: relative;
}
div.jp-control-outer {
}
div.jp-interface ul.jp-controls li, div.jp-interface ul.jp-mute-controls li {
	display:inline;
}
div.jp-interface ul.jp-controls a, div.jp-interface ul.jp-mute-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
div.jp-interface ul.jp-controls, 
div.jp-interface ul.jp-mute-controls,
div#side-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-track-controls {
	height: 30px;
	width: 70px;
	margin: 0 5px;
}
div.jp-volume {
	height: 30px;
}
div.jp-mute-unmute-controls {
	height: 20px;
	margin-top: 8px;
}
a.jp-play,
a.jp-pause {
	width: 30px;
	height: 30px;
	z-index: 1;
}
a.jp-stop, a.jp-previous, a.jp-next {
	width:20px;
	height:20px;
	z-index:1;
}
a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}
div.jp-progress {
	width: 100%;
	height: 3px;
	overflow: hidden;
	background-color: #ddd;
}

a.jp-play {
	background: url("/img/audio_wedge/jplayer.gray.png") -5px -5px no-repeat;
	left: 20px;
}
a.jp-play:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") -46px -5px no-repeat;
}
a.jp-pause {
	background: url("/img/audio_wedge/jplayer.gray.png") -5px -47px no-repeat;
	display: none;
	left: 20px;
}
a.jp-pause:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") -46px -47px no-repeat;
}
a.jp-stop {
	background: url("/img/audio_wedge/jplayer.gray.png") -4px -87px no-repeat;
	top: 6px;
	left: 100px;
}
a.jp-stop:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") -33px -87px no-repeat;
}
a.jp-previous {
	background: url("/img/audio_wedge/jplayer.gray.png") -4px -116px no-repeat;
	top: 5px;
	left: 0px;
}
a.jp-previous:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") -33px -116px no-repeat;
}
a.jp-next {
	background: url("/img/audio_wedge/jplayer.gray.png") -4px -145px no-repeat;
	top: 5px;
	left: 50px;
}
a.jp-next:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") -33px -145px no-repeat;
}
a.jp-mute {
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -186px no-repeat;
}
a.jp-unmute {
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -170px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/img/audio_wedge/jplayer.gray.png") -5px -282px no-repeat;
	width: 5px;
	height: 20px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	position: absolute;
	bottom: 0;
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -282px no-repeat;
	width: 5px;
	height: 0px;
}
div.jp-seek-bar {
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -202px repeat-x;
	width:100%;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/img/audio_wedge/jplayer.gray.png") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("/img/pbar-ani.gif");
}

div.jp-video div.jp-video-play {
	background: transparent url("/img/jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("/img/jplayer.blue.monday.video.play.hover.png") no-repeat center;
}

div.jp-mute-unmute-controls {
	width: 24px;
	float: left;
}
div.jp-volume {
	float: left;
	padding-top: 5px;
}

div.jp-current-time {
	float: left;
}
div.jp-duration {
	float: right;
}

/* root element for scrollable */
.scrollable {

	/* required settings */
	position: relative;
	overflow: hidden;
	height: 138px;
}

/* root element for scrollable items */
.scrollable .items {
	position: absolute;
}
.disabled {
	visibility: hidden;
}
a.next, a.prev {
	font-size: 12px;
	cursor: pointer;
}
a.next {
	float: right;
}