/* 
	MP3-jPlayer 1.8.1 - Dark
   	www.sjward.org */

/*---------------------
[mp3-jplayer] SHORTCODE
==================================== */

/* SKIN 
--------------- */
	/* MAIN WRAPPER (default class) */
		div.wrap-MI { border:0; margin:0; background:none; min-width:116px; /* position||float set in-line! */ /* width set in-line! */ }
	
	/* SUB WRAPPERS */
		div.jp-innerwrap, div.jp-interface, div.listwrap_mp3j, div.playlist-wrap-MI { position:relative !important; width:100%; border:0; margin:0; padding:0; }
		div.jp-innerwrap { background:none; }
			div.jp-interface { background:url('images/shadow-x.png') repeat-x left bottom; height:101px/*player default height*/; min-height:67px; cursor:default; }
		div.listwrap_mp3j { margin-top:0px; /* background set from admin */ }
	
	/* BACKGROUNDS */
		div.innerx, div.innerleft, div.innerright, div.innertab { position:absolute; }
		div.innerx { background:url('images/case-grad-x.png') repeat-x left -119px; width:auto; height:35px; left:0px; right:0px; bottom:3px; }
		div.innerleft { background:url('images/shadow-l.png') no-repeat left bottom; width:1px; height:40px; left:-1px; bottom:0px; }
		div.innerright { background:url('images/shadow-r.png') no-repeat right bottom; width:2px; height:40px; right:-2px; bottom:0px; }
		div.innertab { /* background and opacity set from admin */ left:0px; top:0px; width:100%; bottom:38px;  }

/* PLAYLIST
----------------- */
	div.playlist-colour { position:absolute; width:100%; height:100%; left:0px; top:0px; /* background set from admin */ /* opacity set from admin */ }				
		div.playlist-wrap-MI ul { position:static; }
		ul.UL-MI_mp3j { margin:0px !important; padding:0px 0px 0px 0px !important; list-style-type:none !important; list-style:none !important; list-style-image:none !important; font-weight: 500 !important; /* background */ }
			ul.UL-MI_mp3j li { margin:0px !important; padding:0px 0px 1px 0px !important; font-weight:500 !important; line-height:15px !important; letter-spacing:0px !important; font-size:11px !important; word-spacing:0px !important; margin:0px 1px 0px 1px !important; list-style-type:none !important; }
			ul.UL-MI_mp3j li:before { content:none !important; }
				ul.UL-MI_mp3j li a { font-size:11px !important; border:0 !important; line-height:15px !important; font-weight:500 !important; text-decoration:none !important; display:block !important; width:auto !important; font-family:'verdana', 'Lucida Grande', 'arial', sans-serif !important; outline:none !important; padding:6px 0px 6px 14px !important; }

/* SCREEN 
----------------- */			
	div.player-track-title, div.jp-play-time, div.jp-total-time, div.statusMI { position:absolute; z-index:50; /* color set from admin */ font:normal normal 500 14px/16px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	
	div.player-track-title { top:7px; left:9px; width:auto; right:10px; }
		div.player-track-title span { font-size:10px; line-height:12px; padding-left:10px; max-width:95%; }
	
	div.jp-play-time, div.jp-total-time, div.statusMI { font-size:8px; line-height:10px !important; bottom:42px; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; }
	div.jp-play-time { right:84px; }
	div.jp-total-time {	right:6px; opacity:0.8; width:auto; } 
		
	span.mp3-finding, span.Smp3-finding, span.mp3-tint, span.mp3-gtint { padding:0px 0px 0px 6px !important; font-size:8px !important; line-height:10px !important; height:10px !important; overflow:hidden !important; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
		span.mp3-finding, span.Smp3-finding { margin:0px 0px 0px -2px; background:url('images/finding-bar1f.gif') repeat 0px 3px; }
		span.mp3-tint { margin:0px 2px 0px -6px; opacity:.5; filter:alpha(opacity=50); /* background */ }
		span.mp3-gtint { margin:0px 2px 0px -6px; opacity:.5; filter:alpha(opacity=50); background:#777; }
		span.Smp3-finding { margin:0px 0px 0px 3px; }
	span.tintmarg	{ margin:0 2px 0 3px; }
	
	div.statusMI { right:27px; width:52px !important; height:10px; }
		.statusMI span.mp3-finding, .statusMI span.Smp3-finding, .statusMI span.mp3-tint, .statusMI span.mp3-gtint { padding:0px 0px 0px 6px !important; }
		.statusMI span.mp3-tint, .statusMI span.mp3-gtint { margin:0px 2px 0px -6px; }
		
	.MI-image { position:absolute; top:0; left:0; padding:0; }
		.MI-image img { border:none; padding:0px; background-color:#777; }
		.MI-image a:hover img { /* background-colour */ }

/* BUTTONS
----------------- */
	/* TRANSPORT BUTTONS */
		div.transport-MI { position:absolute; width:auto; height:38px; right:2px; bottom:0px; border:0; }
			/*div.transport-MI div { background-image: url("images/transport-hardV-shiny.png"); text-indent:-9999px !important; float:right; }*/
			div.transport-MI div { background-image: url("images/transport-darkbg-trans2.png"); text-indent:-9999px !important; float:right; }
		/* play */
			div.buttons_mp3j { width:30px; height:32px; margin:1px 0px 0px 0px; background-position:-110px 0px; }
			div.buttons_mp3j:hover { background-position:-110px -32px; }
		/* pause */
			div.buttons_mp3jpause { width:30px; height:32px; margin:1px 0px 0px 0px; background-position:-2px 0px; }
			div.buttons_mp3jpause:hover { background-position:-2px -32px; }
		/* prev n next */
			div.Prev_mp3j { width:22px; height:28px; margin:1px 4px 0px 0px; background-position:-32px -1px; }
			div.Prev_mp3j:hover { background-position:-32px -33px; }
			div.Next_mp3j { width:19px; height:28px; margin:1px 3px 0px 0px; background-position:-57px -1px; }
			div.Next_mp3j:hover { background-position:-57px -33px; }
		/* stop */
			div.stop_mp3j { width:26px; height:32px; margin:1px 3px 0px 0px; background-position:-81px 0px; } 
			div.stop_mp3j:hover { background-position:-81px -32px; }
	 
	/* PLAYLIST TOGGLE */
		div.playlist-toggle-MI { position:absolute; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif; bottom:4px; left:1px; padding:2px 6px 2px 5px; line-height:9px; min-width:24px; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; cursor:default; background:#505050; color:#a2a2a2; }
		div.playlist-toggle-MI:hover { background:#585858; color:#aaa; border-right:0px solid #a9a9a9; }
	
	/* DOWNLOAD BUTTON */	
		div.dloadmp3-MI { position:absolute; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif !important; bottom:39px; margin:0px !important; font-size:9px !important; text-align:center; left:0px; width:41%; min-width:75px; max-width:425px; padding:0px 0px 0px 0px !important; border:0px; background:transparent url('images/t10b.png') repeat left top !important; color:#fff; line-height:11px !important; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; overflow:hidden; z-index:150; cursor:default; }							
		div.dloadmp3-MI.whilelinks, div.dloadmp3-MI.logintext { background:transparent url('images/t50b.png') repeat left top !important; }
		div.dloadmp3-MI.whilelinks:hover { background:transparent url('images/t40b.png') repeat left top !important; }
			div.dloadmp3-MI a {	color:#ececec; display:block; width:auto; padding:1px 5px 2px 2px !important; margin:0px !important; background:transparent; text-decoration:none !important; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif !important; font-size:9px !important; line-height:11px !important; /* after font declaration */ height:100%; border-bottom:none; visibility:hidden; }				
			div.dloadmp3-MI a:hover { outline: none; border-bottom: none; color: #ececec; }
			div.dloadmp3-MI.whilelinks a { color: #f3f3f3; visibility: inherit; }
			div.dloadmp3-MI.whilelinks a:hover { color: #fff; }
			div.dloadmp3-MI p {	color:#ececec; display:block; width:auto; padding:1px 5px 2px 2px !important; margin:0px !important; background:transparent; text-decoration:none !important; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif !important; font-size:9px !important; line-height:11px !important; /* after font declaration */ height:100%; border-bottom:none; visibility:visible; }
	
	/* POPOUT BUTTON */		
		div.mp3j-popout-MI { position:absolute; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif; bottom:17px; left:0px; height:16px; padding:3px 5px 0px 28px; min-width:2px; line-height:11px; border:1px solid #585858;  background-color:#aaa; background-image:url('images/buttons-popoutE.png'); background-repeat:no-repeat; background-position:-8px -6px; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; cursor:default; 
				color:#a2a2a2;  }
		div.mp3j-popout-MI:hover { color:#aaa; background-position:-8px -36px; }

/* BARS 
----------------- */
	.ui-state-disabled { cursor:default !important; }
	.ui-slider { position:relative; text-align:left; }
		.ui-slider .ui-slider-handle { position:absolute; z-index:200; cursor:default; }
		.ui-slider .ui-slider-range { position:absolute; z-index:1; font-size:.7em; display:block; border:0; }
		.ui-slider-horizontal .ui-slider-range { top:0; height:100%; } 
		.ui-slider-horizontal .ui-slider-range-min { left:0; }
		.ui-slider-horizontal .ui-slider-range-max { right:0; }
	.ui-state-default, .ui-widget-content .ui-state-default { outline:none; border:0px; }
	
	/* VOLUME */
		div.MIsliderVolume { position:absolute; top:0px; right:4px; width:108px; height:4px !important; background:transparent; border:0px; font-size:1px; cursor:default; z-index:150; }
			div.MIsliderVolume .ui-widget-header { /* background */ } 
			div.MIsliderVolume .ui-slider-handle { border:0px; height:11px !important; width:10px !important; padding:0px !important; margin-left:-5px; top:-3px; border:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; background:transparent url('images/vol-handle.png') no-repeat -1px 0px; z-index:150; overflow:hidden !important;	cursor:default; }
			div.MIsliderVolume .ui-slider-handle:hover { background:transparent url('images/vol-handle.png') no-repeat -21px 0px; }
			div.MIsliderVolume .ui-state-active, div.MIsliderVolume .ui-widget-content .ui-state-active { border:0px; background:transparent url('images/vol-handle.png') no-repeat -21px 0px; outline:none; }
	
	/* LOADER AND POS SLIDER */	
		div.bars_holder, div.loadMI_mp3j, div.poscolMI_mp3j, div.posbarMI_mp3j  { position:absolute; top:0px; left:0px; }
		div.bars_holder { right:0; width:100%; bottom:38px; font-size:1px; cursor:default; background:url('images/t40b.png')/*t50g.png*/ repeat-x left bottom;/* 1px highlight top of control bar */ }
			div.loadMI_mp3j { bottom:1px; /* background */ /* opacity */ }
			div.poscolMI_mp3j { bottom:1px; /* background */ /* opacity */ }
			div.bars_holder .ui-widget-header, div.bars_holder .ui-widget-content { border:0px !important; background:none; }
			div.bars_holder .ui-slider-horizontal { top:0px; bottom:1px; height:auto; z-index:90; }
			div.posbarMI_mp3j { bottom:1px; width:100%; }
			div.posbarMI_mp3j .ui-slider-handle { top:-6px; margin-left:-1px !important; border:0; bottom:-2px; width:2px !important; z-index:100; background:none; cursor:default ; padding:0px !important; }
			div.posbarMI_mp3j .ui-slider-handle:hover { background:none; z-index:100; }



/* FORCED DOWNLOAD FRAME 
------------------------ */
	div.mp3j-dlframe, iframe.mp3j-dlframe {
		border:0px solid #ddd; 
		width:1px; 
		height:1px;
		overflow:hidden;
		margin:0;
		padding:0;
		display:none !important;
	}
	
	/* MESSAGES */
	div.mp3j-finfo {
		position:absolute !important; 
		top:36px; 
		z-index:9999;
		width:80%;
		left:10%;
		-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
		background:url('images/fdloadB-x.png') repeat-x left top;
		-webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35); -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35); box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35);
		padding:0;
		min-height:31px;
		overflow:hidden;
		min-width:170px;
	}
	
		div.mp3j-finfo * { font-family:Arial, Helvetica, sans-serif !important; }
		div.mp3j-finfo-sleeve { position:relative !important; width:100%; height:100%; }
			div.mp3j-finfo-gif { position:absolute !important; top:0; left:0; right:10%; bottom:0; background:url('images/loader-w2.gif') no-repeat center 37px; width:auto; padding:0px !important; height:100%; }
			div.mp3j-finfo-txt { position:relative !important; margin:0px 15px 0 15px !important; padding:10px 0 10px 0 !important; width:auto; }
			div.mp3j-finfo-close { position:absolute !important; width:31px !important; height:27px !important; padding-top:5px !important; right:0 !important; top:0 !important; text-align:center !important; font-weight:700 !important; font-size:18px !important; line-height:22px !important; color:#999 !important; border-bottom:1px solid #777 !important; border-left:1px solid #777 !important; background:url('images/t40b.png') repeat left top; }
			div.mp3j-finfo-close:hover { color:#eee !important; }
			
				div.mp3j-finfo-txt h2 { font-size:15px !important; color:#fff !important; margin:0 0 10px 0 !important; }
				div.mp3j-finfo-txt h3 { font-size:14px !important; color:#fff !important; margin:0 0 15px 0 !important; }
				div.mp3j-finfo-txt p { font-size:11px !important; color:#fff !important; line-height:13px !important; margin:0 0 5px 0 !important; }
				div.mp3j-finfo-txt a {  }
	



/* backwards compat
------------------- */
	div.player-track-title.mp3j_widgetmods { font-size: 11px; top: 7px; left:5px; }
	div.player-track-title.mp3j_widgetmods span { font-size: 9px; }
	ul.UL-MI_mp3j.mp3j_widgetmods li { font-size:10px !important; line-height:14px !important; }
	ul.UL-MI_mp3j.mp3j_widgetmods li a { font-size:10px !important; line-height:14px !important; }


/*-------------------------
 [mp3j] & [mp3t] SHORTCODES
==================================== */
	span.wrap_inline_mp3j { position:relative; width:auto; cursor:pointer; padding:0; white-space:nowrap; text-align:left; }
	/*span.wrap_inline_mp3j:hover .buttons_mp3j { background:transparent url('images/transport-shard-B.png') no-repeat -80px -35px; }*/
	span.indi_mp3j { position:relative; padding-left:2px; font-size: 0.7em !important; }
	
	/* BARS */
		span.bars_mp3j { position:absolute; width:100%; height:100%; }
			span.load_mp3j, span.loadB_mp3j { position:absolute; /* background */ top:20px; left:0px; height:2px; }
		/* mp3t */
			span.posbar_mp3j { position:absolute; width:100%; height:100%; border:0px solid #f77; }
			span.posbar_mp3j .ui-widget-header { z-index:-500; }	
			span.posbar_mp3j .ui-slider-handle { top: 2px; margin-left:-2px; border:1px solid #999; height:21px; width:4px; z-index:500; background:url('images/t20b.png') repeat; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
			span.posbar_mp3j .ui-slider-handle:hover { background:url('images/t15b.png') repeat; border-color:#aaa; }
		/* mp3j */
			span.posbarB_mp3j { position:absolute; width:100%; height:100%; border:0; z-index:450; cursor:pointer; }
			span.posbarB_mp3j .ui-widget-header { background:transparent; z-index:450; height:100%; }	
			span.posbarB_mp3j .ui-slider-handle { top: 0px; margin-left:-6px !important; border:0px solid #888; height:23px; width:12px !important; z-index: 500; background: transparent url('images/inlineHandle2.png') no-repeat -3px -3px; cursor: default; padding:0px !important; }
			span.posbarB_mp3j .ui-slider-handle:hover { background: transparent url('images/inlineHandle2.png') no-repeat -3px -33px; }
	
	/* SPAN TRANSPORT */
		span.group_wrap { position:relative; margin:0px 0px 0px 0px; width:auto; }
		span.textbutton_mp3j, span.T_mp3j { position:relative; width:auto; margin:0px; padding:0px; }
			span.buttons_mp3j { position:relative; margin:0px; padding:2px 0px 3px 20px; background: transparent url('images/transport-shard-B.png') no-repeat -80px -3px; }
			span.buttons_mp3j:hover { background:transparent url('images/transport-shard-B.png') no-repeat -80px -35px; }
			span.buttons_mp3jpause { position:relative; margin:0px; padding:2px 0px 3px 20px; background: transparent url('images/transport-shard-B.png') no-repeat -2px -3px; }
			span.buttons_mp3jpause:hover { background:transparent url('images/transport-shard-B.png') no-repeat -2px -35px; } 
	
	/* VOLUMES */
		span.vol_mp3t { position:absolute; top:-4px; right:4px; width:90%; max-width:100px; height:2px; }
		span.vol_mp3j { position:absolute; top:-9px; right:5px; width:85%; max-width:100px; height:2px; }
		span.vol_mp3j.flipped { right:4px; }
			span.vol_mp3t .ui-widget-header, span.vol_mp3j .ui-widget-header {  background: transparent url('images/vol-grad60b2.png') repeat left top; z-index:500; height:100%; }	
			span.vol_mp3t .ui-slider-handle, span.vol_mp3j .ui-slider-handle { height:11px !important; width:10px !important; padding:0px !important; margin-left:-5px; border:0px !important; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; z-index:600; overflow:hidden !important; cursor:default; top:-6px; background: transparent url('images/vol-handle.png') no-repeat -1px 0px; }
			span.vol_mp3t .ui-slider-handle:hover, span.vol_mp3j .ui-slider-handle:hover { background: transparent url('images/vol-handle.png') no-repeat -21px 0px; }
			span.vol_mp3t .ui-state-active, span.vol_mp3t .ui-widget-content .ui-state-active, span.vol_mp3j .ui-state-active, span.vol_mp3j .ui-widget-content .ui-state-active { background:transparent url('images/vol-handle.png') no-repeat -21px 0px; outline:none; border:0px; }


/*----------------------	
 [mp3j-popout] SHORTCODE
================================================= */
	.mp3j-popout-link-wrap { cursor:pointer; position:relative; clear:left; }
	.mp3j-popout-link { float:left; margin:0 5px 0 0; min-width:22px; min-height:18px; background:url('images/buttons-popout.png') no-repeat -10px -65px; }
	.mp3j-popout-link-wrap:hover .mp3j-popout-link { background:url('images/buttons-popout.png') no-repeat -10px -95px; }


/*-------------
 CUSTOM CLASSES
 (via 'style' param in shortcode) 
================================================= */

	/* ===== "silver" ===== */
	.silver .innerx { background-position:left -45px; }
	.silver .transport-MI { height:37px; }
	.silver .transport-MI div { background-image:url("images/transport-hardW-shiny.png"); }
	.silver .bars_holder { background:url('images/t60w.png') repeat-x left bottom; }
	.silver .mp3j-popout-MI { color:#6c6c6c; background-position:-8px -65px; border-color:#b2b2b2; background-color:#aaa; }
	.silver .mp3j-popout-MI:hover { color:#606060; background-position:-8px -95px; }
	.silver div.playlist-toggle-MI { background:#bcbcbc; color:#707070; }
	.silver div.playlist-toggle-MI:hover { background:#c6c6c6; color:#777; }
	.silver .MI-image img { background-color:#bbb; }

	.silver div.mp3j-finfo { background:url('images/fdloadW-x.png') repeat-x left top; }
	.silver div.mp3j-finfo-gif { background:url('images/loader.gif') no-repeat center 37px; }
		.silver div.mp3j-finfo-close { color:#aaa !important; border-bottom:1px solid #ccc !important; border-left:1px solid #ccc !important; background:url('images/t40w.png') repeat left top !important; }
		.silver div.mp3j-finfo-close:hover { color:#888 !important; }
			.silver div.mp3j-finfo-txt h2 { color:#333 !important; }
			.silver div.mp3j-finfo-txt h3 { color:#333 !important; }
			.silver div.mp3j-finfo-txt p { color:#555 !important; }

	
	/* ===== "text" ===== */
	div.wrap-MI.text { /*min-width:300px;*/ }
	.text div.innerx, .text div.innerleft, .text div.innerright { position: absolute; visibility: hidden; }
	.text div.innertab { bottom: 38px; }
	.text div.jp-interface { background:none; }
	.text div.player-track-title { font:normal normal 500 16px/18px 'trebuchet ms', Arial, sans-serif; }
	.text div.player-track-title span { font:italic normal 500 12px/14px 'trebuchet ms', Arial, sans-serif; opacity:0.7; filter:alpha(opacity=70); }
	.text div.jp-play-time, .text div.jp-total-time, .text div.statusMI { bottom:20px; font-size:11px; font-family: 'trebuchet ms', Arial, sans-serif; }
	.text div.jp-play-time { width:37px; left:0px; opacity:0.6; filter:alpha(opacity=60); }
	.text div.jp-total-time { width:37px; left:100px; display:none; } 
	.text div.statusMI { left:37px; width:70px !important; }
	.text div.transport-MI { height:26px; right:2px; bottom:12px; }
		.text div.transport-MI div { font-family: 'trebuchet ms', Arial, sans-serif; font-weight:700; overflow:hidden !important; background:none !important; white-space:nowrap !important; }
		.text div.buttons_mp3j { text-indent:4px !important; width:32px; overflow:hidden !important; height: 25px; margin:0 6px 0 0px; background:none !important; line-height:25px !important; font-size:14px; }
		.text div.buttons_mp3jpause { text-indent:-29px !important; width:38px; overflow:hidden !important; height: 25px; margin:0 -3px 0 3px; background:none !important; line-height:25px !important; font-size:14px; }
		.text div.Prev_mp3j, .text div.Next_mp3j { text-indent:0px !important; height:23px; line-height:23px !important; font-size:12px; width:36px; margin:2px 0px 0px 0px; } 
		.text div.stop_mp3j { text-indent:0px !important; width:31px; height:25px; margin:0px 0px 0px 4px; line-height:25px !important; font-size:14px; }
				
	.text div.playlist-toggle-MI { bottom: 7px; font-family:'trebuchet ms', Arial, sans-serif; background:none; padding:0; opacity:0.6; filter:alpha(opacity=60); }
		.text div.playlist-toggle-MI:hover { opacity:1.0; filter:alpha(opacity=100); }
	.text div.dloadmp3-MI { font-size:11px; bottom: 6px; height:auto; right:0px !important; left:auto; margin:0; font-family: 'trebuchet ms', Arial, sans-serif; text-align:right; background:none !important; }				
		.text div.dloadmp3-MI a { color:#888; font-size:inherit; margin:0px !important; padding: 0px !important; background:none !important; text-decoration:none; }
			.text div.dloadmp3-MI a:hover { color:#555; background:none !important; }
		.text div.dloadmp3-MI.betweenlinks a { display:none; background:none !important; }
		.text div.dloadmp3-MI.whilelinks a { display:block;  background:none !important; }
			.text div.dloadmp3-MI.whilelinks a:hover {   text-decoration:none; background:none !important; }
		.text div.dloadmp3-MI p { font-size: inherit; margin:0px !important; padding: 0px !important; background:none !important; text-decoration:none; }
	.text div.mp3j-popout-MI { color:#888; font:normal normal 500 11px 'trebuchet ms', 'arial', sans-serif; bottom:15px; right:155px; left:auto; width:auto; opacity:1; filter:alpha(opacity=100); padding:0px; line-height:12px; border:0; background:none; cursor:default; z-index:500; }
		.text div.mp3j-popout-MI:hover { color:#555; opacity:1.0; filter:alpha(opacity=100); }
	.text div.MIsliderVolume { position:absolute; bottom:38px; top:auto; right:4px; width:108px !important; height:1px !important; background:transparent; border:0px; font-size:1px; cursor:default; z-index:150; }
	.text div.MIsliderVolume .ui-slider-handle, .text div.vol_mp3j .ui-slider-handle { height:11px !important; width:10px !important; padding:0px !important; margin-left:-5px; top:-7px; border:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; background:transparent url('images/vol-handle.png') no-repeat -41px 0px; z-index:150; overflow:hidden !important;	cursor:default; }
	.text div.MIsliderVolume .ui-slider-handle:hover, .text div.vol_mp3j .ui-slider-handle:hover { background:transparent url('images/vol-handle.png') no-repeat -21px 0px; }
	.text div.MIsliderVolume .ui-state-active, .text div.MIsliderVolume .ui-widget-content .ui-state-active, .text div.vol_mp3j .ui-state-active, .text div.vol_mp3j .ui-widget-content .ui-state-active { border:0px; background:transparent url('images/vol-handle.png') no-repeat -21px 0px; outline:none; }
	
	.text div.dloadmp3-MI.whilelinks, .text div.dloadmp3-MI.logintext { background:none !important; }
	
	
	
	/* ===== "noscreen" ===== */
	.noscreen div.jp-interface { height:44px; min-height:44px; }
	.noscreen div.player-track-title { display:none; }
	.noscreen div.bars_holder { top:auto; bottom:0px; height:7px; }
	.noscreen div.innertab { bottom: 0px; top:0; display:none; }
	.noscreen div.dloadmp3-MI { bottom: 11px; }
	.noscreen div.transport-MI { bottom:17px; }
	.noscreen div.jp-play-time, .noscreen div.jp-total-time, .noscreen div.statusMI { bottom:25px; }
	.noscreen div.playlist-toggle-MI { bottom: 12px; }
	.noscreen div.mp3j-popout-MI { bottom: 20px; }
	.noscreen div.MIsliderVolume { bottom: 43px; }
	.noscreen div.MIsliderVolume .ui-widget-header { background:transparent url('images/vol-grad60b2.png') repeat-y 0px top; }
	.noscreen div.MIsliderVolume .ui-slider-handle { top:-6px; }
	.noscreen h2 { margin:0 !important; padding:0 0 0px 0 !important; }
	.noscreen div.posbarMI_mp3j .ui-slider-handle { top:-5px; margin-left:-7px !important; border:0; bottom:-5px; width:14px !important; z-index:100; background:none; border:none; cursor:default ; padding:0px !important; }
	.noscreen div.posbarMI_mp3j .ui-slider-handle:hover { background:none; border:none; }
	.noscreen .MI-image { top:15px; }
	
	/* ===== "nolistbutton" ===== */
	.nolistbutton div.playlist-toggle-MI { visibility:hidden; }
	
	/* ===== "nopopoutbutton" ===== */
	.nopopoutbutton div.mp3j-popout-MI { display:none; }
	
	/* ===== "nopn" ===== */
	.nopn div.Prev_mp3j { display:none; }
	.nopn div.Next_mp3j { display:none; }
	
	/* ===== "nostop" ===== */
	.nostop div.stop_mp3j { display:none; }
	
	/* ===== "bars100" ===== */
	.bars100 div.player-track-title { left:112px; }
	.bars100 div.dloadmp3-MI { left:102px; width:36%;}
	.bars100 div.bars_holder  { left:102px; width:auto; }
	.bars100 .MI-image img { padding:1px; }
	.bars100 div.player-track-title { top:20px; }
	
	/* ===== "bars150" ===== */
	.bars150 div.player-track-title { left:162px; }
	.bars150 div.dloadmp3-MI { left:152px; width:33%;}
	.bars150 div.bars_holder  { left:152px; width:auto; }
	.bars150 .MI-image img { padding:1px; }
	.bars150 div.player-track-title { top:20px; }
	
	/* ===== "bars200" ===== */
	.bars200 div.player-track-title { left:212px; }
	.bars200 div.dloadmp3-MI { left:202px; width:30%; }
	.bars200 div.bars_holder { left:202px; width:auto; }
	.bars200 .MI-image img { padding:1px; }
	.bars200 div.player-track-title { top:20px; }
	
	/* ===== "bars250" ===== */
	.bars250 div.player-track-title { left:262px; }
	.bars250 div.dloadmp3-MI { left:252px; width:27%;}
	.bars250 div.bars_holder  { left:252px; width:auto; }
	.bars250 .MI-image img { padding:1px; }
	.bars250 div.player-track-title { top:20px; }
	
	/* ===== "bars300" ===== */
	.bars300 div.player-track-title { left:312px; }
	.bars300 div.dloadmp3-MI { left:302px; width:24%; }
	.bars300 div.bars_holder { left:302px; width:auto; }
	.bars300 .MI-image img { padding:1px; }
	.bars300 div.player-track-title { top:20px; }
	
	/* ===== "bars350" ===== */
	.bars350 div.player-track-title { left:362px; }
	.bars350 div.dloadmp3-MI { left:352px; width:21%;}
	.bars350 div.bars_holder  { left:352px; width:auto; }
	.bars350 .MI-image img { padding:1px; }
	.bars350 div.player-track-title { top:20px; }
	
	/* ===== "bars400" ===== */
	.bars400 div.player-track-title { left:412px; }
	.bars400 div.dloadmp3-MI { left:402px; width:18%; }
	.bars400 div.bars_holder { left:402px; width:auto; }
	.bars400 .MI-image img { padding:1px; }
	.bars400 div.player-track-title { top:20px; }
	
	/* ===== bigger1 ===== */
	.bigger1 { font-size:18px; line-height:26px !important; margin:0 !important; }
	.bigger1 span.load_mp3j,
	.bigger1 span.loadB_mp3j { top:24px; left:0px; height:2px; }
	.bigger1 span.posbar_mp3j .ui-slider-handle { top: 3px; height:24px; width:6px !important; margin-left:-3px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger1 span.posbarB_mp3j .ui-slider-handle { top: 3px; margin-left:-3px !important; border:1px solid #999; height:24px; width:6px !important; z-index:500; background:url('images/mp3t-poshandle.png') repeat-y -50px 0px; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger1 span.posbarB_mp3j .ui-slider-handle:hover { background:url('images/mp3t-poshandle.png') repeat-y 0px 0px; border-color:#aaa; }
	.bigger1 span.buttons_mp3j { position:relative; margin:0px; margin-left:5px !important; padding:2px 0px 3px 20px; background: transparent url('images/transport-shard-B.png') no-repeat -80px 0px; }
	.bigger1 span.buttons_mp3j:hover { background:transparent url('images/transport-shard-B.png') no-repeat -80px -32px; }
	.bigger1 span.buttons_mp3jpause { position:relative; margin:0px; margin-left:5px !important; padding:2px 0px 3px 20px; background: transparent url('images/transport-shard-B.png') no-repeat -2px 0px; }
	.bigger1 span.buttons_mp3jpause:hover { background:transparent url('images/transport-shard-B.png') no-repeat -2px -32px; } 
	.bigger1 span.vol_mp3j { position:absolute; top:-6px; right:7px; width:85%; max-width:100px; height:2px; }

	.bigger1 div.player-track-title { font:normal normal 500 18px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger1 div.player-track-title span { font:normal normal 500 14px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger1 ul.UL-MI_mp3j li a, .bigger1 ul.UL-MI_mp3j li { font-size:16px !important; line-height:19px !important; }
	.bigger1 .indi_mp3j { font-size: 0.6em !important; }
	
	/* ===== "bigger2" ===== */
	.bigger2 div.player-track-title { font:normal normal 500 36px/38px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger2 div.player-track-title span { font:normal normal 500 20px/22px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger2 ul.UL-MI_mp3j li a, .bigger2 ul.UL-MI_mp3j li { font-size:20px !important; line-height:24px !important; }
	.bigger2 { font-size:23px; line-height:25px !important; margin:0 !important; }
	.bigger2 span.load_mp3j,
	.bigger2 span.loadB_mp3j { top:26px; left:0px; height:2px; }
	.bigger2 span.posbar_mp3j .ui-slider-handle { top: 0px; height:28px; width:6px !important; margin-left:-3px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger2 span.posbarB_mp3j .ui-slider-handle { top: -1px; margin-left:-3px !important; border:1px solid #999; height:29px; width:8px !important; z-index:500; border-color:#aaa; background:url('images/mp3t-poshandle.png') repeat-y 0px 0px; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger2 span.posbarB_mp3j .ui-slider-handle:hover { background:url('images/mp3t-poshandle.png') repeat-y -50px 0px; border-color:#999; }
	.bigger2 span.buttons_mp3j { padding:2px 0px 4px 20px !important; background:url('images/play-dark2-b.png') no-repeat -186px center; border:0px solid #bbb; margin-left:10px; }
	.bigger2 span.buttons_mp3j:hover { background:url('images/play-dark2-b.png') no-repeat -437px center; }
	.bigger2 span.buttons_mp3jpause { padding:0px 0px 2px 20px !important; background:url('images/stop-dark2-b.png') repeat-y 0px top; border:0px solid #bbb; margin-left:10px; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger2 span.buttons_mp3jpause:hover { background:url('images/stop-dark2-b.png') repeat-y -350px top; }
	.bigger2 span.vol_mp3j { position:absolute; top:-12px; right:4px; width:85%; max-width:100px; height:2px; }
	.bigger2 span.vol_mp3t { position:absolute; top:-10px; width:85%; max-width:100px; height:2px; }
	.bigger2 .Smp3-finding,
	.bigger2 .mp3-tint,
	.bigger2 .mp3-gtint { margin-left:8px; margin-right:6px; padding:0px 0px 0px 10px !important; font-size:12px !important; line-height:12px !important; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
	.bigger2 .mp3-gtint { margin:0 6px 0 -16px; }
	.bigger2 .indi_mp3j { font-size: 0.5em !important; padding-left:0px; }
	
	/* ===== bigger3 ===== */
	.bigger3 { font-size:28px; line-height:36px !important; margin:0 !important; }
	.bigger3 .load_mp3j, .bigger3 .loadB_mp3j  { top:37px; left:0px; height:3px; }
	.bigger3 .posbar_mp3j .ui-slider-handle, .bigger3 .posbarB_mp3j .ui-slider-handle { top: 0px; border:1px solid #bbb; height:40px; width:12px !important; margin-left:-5px !important; background:url('images/stop-dark2-b.png') repeat-y -350px top; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger3 .posbar_mp3j .ui-slider-handle:hover, .bigger3 .posbarB_mp3j .ui-slider-handle:hover { background:url('images/stop-dark2-b.png') repeat-y 0px top; border:1px solid #aaa; }
	.bigger3 .indi_mp3j { font-size: 0.5em !important; }
	.bigger3 span.buttons_mp3j { padding:8px 0px 12px 30px !important; background:url('images/play-dark2-b.png') no-repeat -177px center; border:0px solid #bbb; margin-left:12px; }
	.bigger3 span.buttons_mp3j:hover { background:url('images/play-dark2-b.png') no-repeat -428px center; }
	.bigger3 span.buttons_mp3jpause { padding:2px 0px 6px 30px !important; background:url('images/stop-dark2-b.png') repeat-y 0px top; border:0px solid #bbb; margin-left:12px; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger3 span.buttons_mp3jpause:hover { background:url('images/stop-dark2-b.png') repeat-y -350px top; }
	.bigger3 .vol_mp3j { height:1px; max-width:110px; right:64px; top:-8px; }
	.bigger3 .vol_mp3t { height:1px; max-width:110px; right:16px; top:-5px; }
	.bigger3 .vol_mp3j .ui-slider-handle, .bigger3 .vol_mp3t .ui-slider-handle { height:14px !important; width:33px !important; margin-left:-16px; border-bottom:1px solid #ccc !important; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; top:-14px; background:url('images/volhandle-dark2-b.png') no-repeat -10px bottom; }
	.bigger3 .vol_mp3j .ui-slider-handle:hover, .bigger3 .vol_mp3t .ui-slider-handle:hover { background:url('images/volhandle-dark2-b.png') no-repeat -257px bottom; }
	.bigger3 .Smp3-finding,
	.bigger3 .mp3-tint,
	.bigger3 .mp3-gtint { margin-left:8px; padding:0px 0px 0px 14px !important; font-size:18px !important; line-height:20px !important; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
	.bigger3 .mp3-gtint { margin:0 2px 0 -14px; }
	.bigger3 div.player-track-title { font:normal normal 500 44px/46px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger3 div.player-track-title span { font:normal normal 500 28px/30px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger3 ul.UL-MI_mp3j li a, .bigger3 ul.UL-MI_mp3j li { font-size:28px !important; line-height:30px !important; }
	
	
	/* ===== bigger4 ===== */
	.bigger4 { font-size:38px; line-height:46px !important; margin:0 !important; }
	.bigger4 .load_mp3j, .bigger4 .loadB_mp3j  { top:46px; left:0px; height:3px; }
	.bigger4 .posbar_mp3j .ui-slider-handle, .bigger4 .posbarB_mp3j .ui-slider-handle { top: -2px; border:1px solid #bbb; height:52px; width:20px !important; margin-left:-10px !important; background:url('images/stop-dark2-b.png') repeat-y -350px top; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger4 .posbar_mp3j .ui-slider-handle:hover, .bigger4 .posbarB_mp3j .ui-slider-handle:hover { background:url('images/stop-dark2-b.png') repeat-y 0px top; border:1px solid #aaa; }
	.bigger4 .indi_mp3j { font-size: 0.5em !important; }
	.bigger4 span.buttons_mp3j { font-family:Arial, Helvetica, sans-serif !important; padding:8px 0px 12px 40px !important; background:url('images/play-dark2-b.png') no-repeat -167px center; border:0px solid #bbb; margin-left:15px; }
	.bigger4 span.buttons_mp3j:hover { background:url('images/play-dark2-b.png') no-repeat -418px center; }
	.bigger4 span.buttons_mp3jpause { font-family:Arial, Helvetica, sans-serif !important; padding:2px 0px 4px 40px !important; background:url('images/stop-dark2-b.png') repeat-y 0px top; border:0px solid #bbb; margin-left:15px; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger4 span.buttons_mp3jpause:hover { background:url('images/stop-dark2-b.png') repeat-y -350px top; }
	.bigger4 .vol_mp3j { height:1px; max-width:110px; right:86px; top:-8px; }
	.bigger4 .vol_mp3t { height:1px; max-width:110px; right:20px;  top:-5px; }
	.bigger4 .vol_mp3j .ui-slider-handle, .bigger4 .vol_mp3t .ui-slider-handle { height:20px !important; width:43px !important; margin-left:-21px; border-bottom:1px solid #ccc !important; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; top:-20px; background:url('images/volhandle-dark2-b.png') no-repeat -10px bottom; }
	.bigger4 .vol_mp3j .ui-slider-handle:hover, .bigger4 .vol_mp3t .ui-slider-handle:hover { background:url('images/volhandle-dark2-b.png') no-repeat -257px bottom; }
	.bigger4 .Smp3-finding,
	.bigger4 .mp3-tint,
	.bigger4 .mp3-gtint { margin-left:8px; margin-right:6px; padding:0px 0px 0px 14px !important; font-size:18px !important; line-height:20px !important; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
	.bigger4 .mp3-gtint { margin:0 6px 0 -20px; }
	
	.bigger4 div.player-track-title { font:normal normal 500 44px/46px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger4 div.player-track-title span { font:normal normal 500 28px/30px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
	.bigger4 ul.UL-MI_mp3j li a, .bigger4 ul.UL-MI_mp3j li { font-size:28px !important; line-height:30px !important; }

	
	/* ===== bigger5 ===== */
	.bigger5 { font-size:48px; line-height:60px !important; margin:0 !important; }
	.bigger5 .load_mp3j, .bigger5 .loadB_mp3j  { top:63px; left:0px; height:4px; }
	.bigger5 .posbar_mp3j .ui-slider-handle, .bigger5 .posbarB_mp3j .ui-slider-handle { top: -1px; border:1px solid #bbb; height:69px; width:20px !important; margin-left:-10px !important; background:url('images/stop-dark2-b.png') repeat-y -350px top; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger5 .posbar_mp3j .ui-slider-handle:hover, .bigger5 .posbarB_mp3j .ui-slider-handle:hover { background:url('images/stop-dark2-b.png') repeat-y 0px top; border:1px solid #aaa; }
	.bigger5 .indi_mp3j { font-size: 0.5em !important; }
	.bigger5 span.buttons_mp3j { font-family:Arial, Helvetica, sans-serif !important; padding:8px 0px 13px 52px !important; background:url('images/play-dark2-b.png') no-repeat -154px center; border:0px solid #bbb; margin-left:20px; }
	.bigger5 span.buttons_mp3j:hover { background:url('images/play-dark2-b.png') no-repeat -405px center; }
	.bigger5 span.buttons_mp3jpause { font-family:Arial, Helvetica, sans-serif !important; padding:3px 0px 8px 52px !important; background:url('images/stop-dark2-b.png') repeat-y 0px top; border:0px solid #bbb; margin-left:15px; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.bigger5 span.buttons_mp3jpause:hover { background:url('images/stop-dark2-b.png') repeat-y -350px top; }
	.bigger5 .vol_mp3j { height:1px; max-width:170px; right:115px; top:-10px; }
	.bigger5 .vol_mp3t { height:1px; max-width:170px; right:33px;  top:-5px; }
	.bigger5 .vol_mp3j .ui-slider-handle, .bigger5 .vol_mp3t .ui-slider-handle { height:30px !important; width:55px !important; margin-left:-21px; border-bottom:1px solid #aaa !important; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; top:-30px; background:url('images/volhandle-dark2-b.png') no-repeat -10px bottom; }
	.bigger5 .vol_mp3j .ui-slider-handle:hover, .bigger5 .vol_mp3t .ui-slider-handle:hover { background:url('images/volhandle-dark2-b.png') no-repeat -257px bottom; }
	.bigger5 .Smp3-finding,
	.bigger5 .mp3-tint,
	.bigger5 .mp3-gtint { margin-left:8px; margin-right:6px; padding:0px 0px 0px 14px !important; font-size:18px !important; line-height:20px !important; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
	.bigger5 .mp3-gtint { margin:0 6px 0 -20px; }
	
	.bigger5.wh .posbar_mp3j .ui-slider-handle, .bigger5.wh .posbarB_mp3j .ui-slider-handle { background:url('images/stop-dark2-w.png') repeat-y -350px top; border:1px solid #888; }
	.bigger5.wh .posbar_mp3j .ui-slider-handle:hover, .bigger5.wh .posbarB_mp3j .ui-slider-handle:hover { background:url('images/stop-dark2-w.png') repeat-y 0px top; border:1px solid #777; }
	.bigger5.wh .buttons_mp3j { background:url('images/play-dark2-w.png') no-repeat -154px center; border:0px solid #bbb; margin-left:20px; }
	.bigger5.wh .buttons_mp3j:hover { background:url('images/play-dark2-w.png') no-repeat -405px center; }
	.bigger5.wh .buttons_mp3jpause { background:url('images/stop-dark2-w.png') repeat-y 0px top; }
	.bigger5.wh .buttons_mp3jpause:hover { background:url('images/stop-dark2-w.png') repeat-y -350px top; }
	.bigger5.wh .vol_mp3j .ui-slider-handle, .bigger5.wh .vol_mp3t .ui-slider-handle { background:url('images/volhandle-dark2-bw.png') no-repeat -10px bottom; }
	.bigger5.wh .vol_mp3j .ui-slider-handle:hover, .bigger5.wh .vol_mp3t .ui-slider-handle:hover { background:url('images/volhandle-dark2-w.png') no-repeat -257px bottom; }
	
	
	/* ===== "smaller" ===== */
	.smaller div.player-track-title { font:normal normal 500 11px/13px 'verdana', 'Lucida Grande', 'arial', sans-serif !important; left:5px; right:5px; }
	.smaller div.player-track-title span { font:normal normal 500 10px/10px 'verdana', 'Lucida Grande', 'arial', sans-serif !important; padding:0; }
	.smaller ul.UL-MI_mp3j li a, .smaller ul.UL-MI_mp3j li { font-size:10px !important; font-family:'verdana', Helvetica, sans-serif !important; line-height:13px !important; }

	
	/* ===== outline ==== */
	span.outline { font-size:14px; line-height:22px !important; margin:0 !important; }
	.outline span.vol_mp3t { position:absolute; top:-4px; right:4px; width:90%; max-width:100px; height:2px; background: transparent; }
	.outline span.vol_mp3j { position:absolute; top:-9px; right:7px; width:85%; max-width:100px; height:2px; background: transparent; }
	.outline span.buttons_mp3j { padding:2px 0px 3px 20px; background: transparent url('images/transport-outline.png') no-repeat -80px -2px; border:0; margin:0; }
	.outline span.buttons_mp3j:hover { background:transparent url('images/transport-outline.png') no-repeat -80px -34px; }
	.outline span.buttons_mp3jpause { padding:2px 0px 3px 20px; background: transparent url('images/transport-outline.png') no-repeat 1px -2px; border:0; margin:0; }
	.outline span.buttons_mp3jpause:hover { background:transparent url('images/transport-outline.png') no-repeat 1px -34px; }
	.outline span.posbarB_mp3j { position:absolute; width:100%; height:100%; border:0px solid #f77; }
	.outline span.posbarB_mp3j .ui-widget-header { z-index:-500; }	
	.outline span.posbarB_mp3j .ui-slider-handle { top: 0px; margin-left:0px; border:1px solid #aaa; height:23px; width:5px !important; z-index:500; background:url('images/t10b.png') repeat; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
	.outline span.posbarB_mp3j .ui-slider-handle:hover { background:url('images/t20b.png') repeat; border-color:#777; }
	.outline div.transport-MI div { background-image: url("images/transport-hardK.png"); }
	.outline div.mp3j-popout-MI { background-image:url('images/buttons-popoutF.png'); }
	.silver.outline div.transport-MI div { background-image: url("images/transport-hardZ.png"); }
	.silver.outline div.mp3j-popout-MI { background-image:url('images/buttons-popoutF.png'); }
	
	/* ===== wtransbars ==== */
	.wtransbars div.loadMI_mp3j { background:#fff; opacity:0.1; filter:alpha(opacity=10); } 
	.wtransbars div.poscolMI_mp3j { background:#fff url('images/posbar-soften-tipped-2.png') repeat-y right top; opacity:0.15; filter:alpha(opacity=15); } 
	.wtransbars div.player-track-title { color:#fff; }

	/* ===== btransbars ==== */
	.btransbars div.loadMI_mp3j { background:#000; opacity:0.1; filter:alpha(opacity=10); } 
	.btransbars div.poscolMI_mp3j { background:#000 url('images/posbar-soften-tipped-2.png') repeat-y right top; opacity:0.15; filter:alpha(opacity=15); } 
	.btransbars div.player-track-title { color:#000; }



