/* 
	Skin: Monday
	http://mp3-jplayer.com
   	http://sjward.org
*/

	
/*---------------------
[mp3-jplayer] SHORTCODE
==================================== */

/* SKIN 
--------------- */
	/* SUB WRAPPERS */
	
		.subwrap-MI { border-width:1px; border-style:solid; }
	
		div.jp-innerwrap { background:none; }
		div.interface-mjp { padding:0 0 0px 0; min-height:82px; }
		div.listwrap_mp3j { }
	
	/* BACKGROUNDS */
		div.innerx, div.innerleft, div.innerright, div.innertab, div.innertab2 { position:absolute; }
		div.innerx { display:none; }
		div.innerleft { display:none; }
		div.innerright { display:none; }
		div.innertab { left:0px; top:0px; right:0px; bottom:0px; }
		div.innertab2 { /*left:2px; top:2px; right:2px; bottom:2px; background:#eee;*/ display:none; }

/* PLAYLIST
----------------- */
.ul-mjp { margin:0px !important; padding:3px 16px 3px 16px !important; list-style-type:none !important; list-style:none !important; list-style-image:none !important; border-top-width:1px; border-top-style:solid; }
	.li-mjp { margin:0px !important; padding:0px 0px 1px 0px !important; letter-spacing:0px !important; word-spacing:0px !important; margin:0px 1px 0px 1px !important; list-style-type:none !important; }
	.li-mjp:before { content:none !important; }
	.a-mjp {
			border:0 !important; 
			text-decoration:none !important; 
			display:block !important; width:auto !important; 
			outline:none !important; 
			padding:7px 10px 7px 2px !important; 
		}
	a.a-mjp:before {
		content: '\2022';
		padding:7px 9px 7px 5px !important;
		visibility: hidden;
	}
	a.a-mjp.mp3j_A_current:before {
		content: '\2022';
		visibility: visible;
		padding:7px 9px 7px 5px !important;
	}
	
 
/* SCREEN 
----------------- */			
	div.player-track-title, div.jp-play-time, div.jp-total-time, div.statusMI {
		position:absolute; 
		/*z-index:50;*/
	}
	
	div.player-track-title { z-index:125; }
	div.player-track-title div { position:relative; }
	
	div.jp-play-time, div.jp-total-time, div.statusMI { font-size:10px; bottom:16px; text-align:left; font-style:italic; }
	div.jp-play-time { left:171px; }
	div.jp-total-time {	right:131px; text-align:right; } 

	
	div.statusMI { left:170px; right:130px; bottom:32px; height:16px; text-align:left; overflow:hidden;
		background-image: url('images/t10b.png'); 
		background-repeat: repeat; 
		background-position:left top;
	}
	span.mp3-finding { 
		position:absolute; top:0; left:0; bottom:0; right:0;
		background:url('images/jplayer.monday.loader.gif') repeat-x 0px -2px;
	}
	span.mp3-tint { position:absolute; top:0; left:0; bottom:0; right:0; opacity:.3; filter:alpha(opacity=30); }
	span.mjp-playing { display:none; }
	span.mjp-paused { display:none; }
	span.mjp-ready { display:none; }
	span.mjp-stopped { display:none; }
	span.mjp-connecting { display:none; }
	span.mjp-buffering { display:none; }
	
	
/* BUTTONS
----------------- */
/* TRANSPORT BUTTONS */
div.transport-MI { position:absolute; width:auto; height:40px; left:18px; bottom:18px; border:0; z-index:20; }
	div.transport-MI div { position:absolute; background-image: url("images/buttonset-monday-C.png"); text-indent:-9999px !important; border-width:1px; border-style:solid; }
	 
	div.play-mjp { left:30px; top:0px; background-position:-180px -6px; width:32px; height:32px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; }
	div.play-mjp:hover { background-position:-180px -52px; }

	div.pause-mjp { left:30px; top:0px; background-position:-130px -6px; width:32px; height:32px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; }
	div.pause-mjp:hover { background-position:-130px -52px; }

	div.prev-mjp { left:0px; top:5px; background-position:-10px -9px; width:24px; height:24px; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
	div.prev-mjp:hover { background-position:-10px -55px; }
	
	div.next-mjp { left:68px; top:5px; background-position:-50px -9px; width:24px; height:24px; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
	div.next-mjp:hover { background-position:-50px -55px; }

	div.stop-mjp { left:105px; top:5px; background-position:-90px -9px; width:24px; height:24px; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; } 
	div.stop-mjp:hover { background-position:-90px -55px; }
	 

	.buttons-wrap-mjp {
		position:absolute; width:auto; height:24px; right:20px; top:5px; z-index:20; border:0px solid #f00;
	}
		.buttons-wrap-mjp div {
			border:1px solid #bbb; 
			float:right;  
			height:22px; 
			background-image: url("images/buttonset-monday-C.png");
			background-color:#d8d8d8;
			background-repeat:no-repeat;
			cursor:pointer;
			overflow:hidden;
			color:#6c6c6c;
			text-align:left;
			font-size:70%;
			margin-left:3px;
			border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
		}
		
		/* PLAYLIST TOGGLE */
		div.playlist-toggle-MI { 
			background-position:-350px -67px; 
			text-indent:-9999px !important; 
			cursor:pointer;
			width:25px;
		}
		div.playlist-toggle-MI:hover { border:1px solid #bbb; background-color:#e0e0e0;  }
	
		/* POPOUT BUTTON */		
		div.mp3j-popout-MI { 
			padding:3px 4px 0 20px; 
			background-position:-351px 1px;
			height:19px;
		}
		div.mp3j-popout-MI:hover { border:1px solid #bbb; background-color:#e0e0e0;  }
		
		/* DOWNLOAD BUTTON */	
		div.dloadmp3-MI { 
			background-position:-351px -22px;
			padding:0 0px 0 0px;
			color:#707070;
			cursor:default;
			min-width:25px;
		}
		.dloadmp3-MI * { 
			outline:none !important; 
			display:block; 
			width:auto;			
			margin:0px !important; 
			background-color:transparent; 
			text-decoration:none !important; 
			height:100%;
			color:#707070;
			
		}
		.dloadmp3-MI,
		.dloadmp3-MI.whilelinks,
		.dloadmp3-MI.logintext { 
			background-position:-351px -22px;
			background-color:#d8d8d8;
			border:1px solid #bbb;
			cursor:pointer;
		}
		.dloadmp3-MI:hover,
		.dloadmp3-MI.whilelinks:hover { border:1px solid #bbb; background-color:#e0e0e0; }
			.dloadmp3-MI a { display:block; height:100%; min-height:22px; padding:3px 5px 0px 20px !important; visibility:inherit; color:#707070; }				
			.dloadmp3-MI a:hover { color:#707070; }
			.dloadmp3-MI.whilelinks a { visibility:inherit; color:#707070; }
			.dloadmp3-MI.whilelinks a:hover { color:#707070; }
			.dloadmp3-MI p { padding:4px 5px 2px 2px !important; visibility:visible; color:#707070; }
	
/* BARS 
----------------- */
	/* VOLUME */
	
		.innerExt1, .innerExt2 { 
			position:absolute; 
			z-index:150;
			height:21px; 
			background-image:url('images/buttonset-monday-C.png');
			background-color:transparent;
			background-repeat:no-repeat;
			bottom:28px;
			cursor:pointer;
		}
		.innerExt1 { background-position:-304px -68px; right:95px; width:20px; }
		.innerExt2 { background-position:-251px -67px; right:5px; width:28px; }
		.vol-muted { background-position:-304px -40px; }
	
		div.MIsliderVolume { position:absolute; bottom:37px; right:35px; width:58px; height:6px; background-image: url('images/t10b.png'); background-repeat: repeat; background-position:left top; border:0px; font-size:1px; cursor:default; z-index:150; }
			div.MIsliderVolume .ui-widget-header { } 
			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:none; z-index:150; overflow:hidden !important;	cursor:default; }
			div.MIsliderVolume .ui-slider-handle:hover { background:none; }
			div.MIsliderVolume .ui-state-active, div.MIsliderVolume .ui-widget-content .ui-state-active { border:0px; background:none; outline:none; }
	
	/* LOADER AND POS SLIDER */	
		div.loadMI_mp3j, div.poscolMI_mp3j, div.posbarMI_mp3j  { position:absolute; top:0px; left:0px; }
		div.bars_holder { position:absolute; left:170px; right:130px; bottom:32px; height:16px; font-size:1px; cursor:default; }
			div.loadMI_mp3j { bottom:0px; z-index:80; }
			div.poscolMI_mp3j { bottom:0px; z-index:85; }			
			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:0px; height:auto; z-index:90; }
			div.posbarMI_mp3j { bottom:0px; width:100%; }
			div.posbarMI_mp3j .ui-slider-handle { top:0px; margin-left:-1px !important; border:0; bottom:0px; 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 
------------------------ */		
		/* MESSAGES */
		div.mp3j-finfo {
			position:absolute; 
			top:36px; 
			z-index:9999 !important;
			width:80%;
			left:10%;
			-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
			background:#fff;
			-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/spinner.gif') no-repeat center 27px; width:auto; padding:0px; 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:#aaa !important; border-bottom:1px solid #ccc !important; border-left:1px solid #ccc !important; background:url('http://triggerwarning.us/wp-content/plugins/monday/css/images/t40w.png') repeat left top !important; }
				div.mp3j-finfo-close:hover { color:#888 !important; }
				
					div.mp3j-finfo-txt h2 { font-size:15px !important; color:#333 !important; margin:0 0 35px 0 !important; }
					div.mp3j-finfo-txt h3 { font-size:14px !important; color:#333 !important; margin:0 0 15px 0 !important; }
					div.mp3j-finfo-txt p { font-size:12px !important; color:#555 !important; line-height:14px !important; margin:0 0 5px 0; }
					div.mp3j-finfo-txt a {  }
	
	
.mp3j-nosolution
{
	padding:5%;
	border:1px solid #c0c0c0;
	background:#f0f0f0;
	color:#333;
	top:4px;
	left:4px;
	right:4px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	font-size:13px;
	-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);
}

.s-nosolution {}


/*-------------------------
 [mp3j] & [mp3t] SHORTCODES
==================================== */
	div.mjp-s-wrapper.s-text { padding:0 0 14px 0; line-height:100% !important; margin:0 !important; }
	div.mjp-s-wrapper.s-graphic { padding:0 0 24px 0; line-height:100% !important; margin:0 !important; }

	span.wrap_inline_mp3j { position:relative; width:auto; cursor:pointer; padding:0; white-space:nowrap; text-align:left; }
	
	span.indi_mp3j { position:relative; padding-left:2px; }
	
	/* BARS */
		span.bars_mp3j { position:absolute; width:100%; top:0px; bottom:0px; }
			span.load_mp3j, span.loadB_mp3j { position:absolute; /* background set from admin */ bottom:-5px; left:0px; min-height:3px; height:12%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
		/* mp3t */
			span.posbar_mp3j { position:absolute; width:100%; top:0px; bottom:0px; border:0px solid #f77; }
			span.posbar_mp3j .ui-widget-header { z-index:-500; }	
			span.posbar_mp3j .ui-slider-handle {  background:url('images/t10b.png') repeat; top:-1px; margin-left:-4px; border:1px solid #999; bottom:-8px; width:8px; z-index:500; cursor:default; padding:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
			span.posbar_mp3j .ui-slider-handle:hover { background:url('images/t20b.png') repeat; border-color:#777; }
			
		/* mp3j */
			span.posbarB_mp3j { position:absolute; width:100%; top:0px; bottom:0px; 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 { background:url('images/t10b.png') repeat 0px 0px; top:-2px; bottom:-8px; margin-left:-4px; border:1px solid #999; width:8px; z-index:500; cursor:default; padding:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
			span.posbarB_mp3j .ui-slider-handle:hover { background:url('images/t20b.png') repeat 0px 0px; border-color:#777; }
	
	
	/* SPAN TRANSPORT */
		span.textbutton_mp3j, span.T_mp3j { position:relative; width:auto; padding:0px; background:none; margin:0 0px 0 0px; }
		span.group_wrap { position:relative; width:auto; margin:0px; }
			span.gfxbutton_mp3j.play-mjp, span.gfxbutton_mp3j.pause-mjp { 
				position:relative; padding:1px 1px 4px 5px; margin:0 5px 0px 5px; background-color:#ccc; background-repeat:no-repeat; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border-width:1px; border-style:solid;
			}
			span.gfxbutton_mp3j.play-mjp { background-position:center center; background-image: url("images/play.png"); }
			span.gfxbutton_mp3j.play-mjp:hover { background-color:#ccc; }
			span.gfxbutton_mp3j.pause-mjp { background-position:center center; background-image: url("images/pause.png"); }
			span.gfxbutton_mp3j.pause-mjp:hover { background-color:#ccc; } 
		
	/* VOLUMES */
		span.vol_mp3t { position:absolute; top:-7px; right:3px; width:90%; max-width:35px; min-height:2px; height:8%; }
		span.vol_mp3j { position:absolute; top:-11px; right:8px; width:85%; max-width:22px; min-height:2px; height:8%; }
		span.vol_mp3j.flipped { right:4px; }
			span.vol_mp3t .ui-widget-header, span.vol_mp3j .ui-widget-header { z-index:500; height:100%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }	
			span.vol_mp3t .ui-slider-handle, span.vol_mp3j .ui-slider-handle { min-height:8px; height:240%; width:8px !important; padding:0px; margin-left:-4px; border:0px !important; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; z-index:600; overflow:hidden !important; cursor:default; top:-3px; background: #707070; }
			span.vol_mp3t .ui-slider-handle:hover, span.vol_mp3j .ui-slider-handle:hover { background:#444; }
			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:#444; outline:none; border:0px; }

	
	span.Smp3-finding,
	span.mp3-gtint { 
		padding:0px 0px 0px 12px;
		overflow:hidden;
		-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	}
	
	span.Smp3-finding { margin:0px 0px 0px 3px; background:url('images/jplayer.monday.loader.gif') repeat 0px 0px; }
	span.mp3-gtint { margin:0px 2px 0px -12px; opacity:.5; filter:alpha(opacity=50); background:transparent; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
	span.tintmarg	{ margin:0 2px 0 3px; }
	
	span.Smp3-tint { opacity:.5; filter:alpha(opacity=50); padding:0px 0px 0px 12px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }	
			
			

/*----------------------	
 [mp3j-popout] SHORTCODE
================================================= */	
	.popout-wrap-mjp { 
		cursor:pointer; 
		position:relative; 
		border-width:1px; 
		border-style:solid; 
		background:#f1f1f1;
		padding:5px 10px 5px 0px;
		display:inline-block;
		-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	}
	.popout-wrap-mjp * { margin:0; padding:0; }
	.popout-text-mjp { float:left; padding-left: 5px; }
	.popout-image-mjp { 
		float:left;
		background-image:url('images/buttonset-monday-C.png');
		background-repeat:no-repeat; 
		background-position:-347px 2px;
		min-width:24px; 
		min-height:24px;
	}
	.popout-image-mjp-custom { float:left; background-repeat:no-repeat; }
	.clearL-mjp { clear:left; }
	
	
/** - - - - - - - - - - - - - - - - - - - - -
 *	Functional CSS, don't modify these bits!
 *	- - - - - - - - - - - - - - - - - - - - - */

 /* =====  ===== */
.wrap-mjp { /* MAIN WRAPPER (default class) */
	border:			0;
	margin:			0; 
	background:		none; 
	min-width:		116px; 
}

/* =====  ===== */
.subwrap-MI,
.jp-innerwrap,
.interface-mjp,
.listwrap_mp3j,
.wrapper-mjp { 
	position:	relative !important;
	width:		100%;
	margin:		0;
	padding:	0;
	cursor: 	default;
}

.subwrap-MI { overflow: hidden; }

.subwrap-MI *,
.mjp-s-wrapper {
	-moz-user-select: 		-moz-none;
	-khtml-user-select: 	none;
	-webkit-user-select:	none;
	-ms-user-select: 		none;
	user-select: 			none;
}	

/* =====  ===== */
.mp3j-nosolution {
	position:absolute;
	z-index:9999;
	height:auto;
}

/* =====  ===== */
.wrapper-mjp ul {
	position: static; /* needed in some themes */
}
.playlist-colour { 
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px; 
}	

/* ===== playlist grads ===== */
ul.lighten1-mjp {
	background-image:		url('images/pl-lighten1.png');
	background-position:	left 0px;
	background-repeat:		repeat-x;
}
ul.lighten2-mjp {
	background-image:		url('images/pl-lighten2.png');
	background-position:	left 0px;
	background-repeat:		repeat-x;
}
ul.darken1-mjp {
	background-image:		url('images/pl-gradlong10g.png');
	background-position:	left -130px;
	background-repeat:		repeat-x;
}
ul.darken2-mjp {
	background-image:		url('images/pl-darken1.png');
	background-position:	left 0px;
	background-repeat:		repeat-x;
}

/* ===== playlist dividers ===== */

ul.light-mjp li	{ background:url('images/t60w.png') repeat-x left bottom; }
ul.med-mjp li 	{ background:url('images/t75e.png') repeat-x left bottom; }
ul.dark-mjp li 	{ background:url('images/t50g.png') repeat-x left bottom; }
li.mjp-li-last { background:none !important; }


/* ===== posbar grads ===== */
.poscolMI_mp3j.soften-mjp {
	background-image:		url('images/posbar-soften-2.png');
	background-position:	right top;
	background-repeat:		repeat-y;
}
.poscolMI_mp3j.softenT-mjp {
	background-image:		url('images/posbar-soften-tipped-2.png');
	background-position:	right top;
	background-repeat:		repeat-y;
}
.poscolMI_mp3j.darken-mjp {
	background-image:		url('images/posbar-darken2-2.png');
	background-position:	right top;
	background-repeat:		repeat-y;
}


.left-mjp { text-align:left; }
.centre-mjp { text-align:center; }
.right-mjp { text-align: right; }

.bold-mjp,
.childBold-mjp * { font-weight:700; }

.norm-mjp,
.childNorm-mjp * { font-weight:500; }

.italic-mjp,
.childItalic-mjp * { font-style:italic; }

.plain-mjp,
.childPlain-mjp * { font-style:normal; }


/* ===== fonts ===== */
.arial-mjp,
ul.arial-mjp a { 	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.verdana-mjp,
ul.verdana-mjp a { 	font-family: Verdana, Geneva, sans-serif; }
.times-mjp,
ul.times-mjp a { 	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.palatino-mjp,
ul.palatino-mjp a { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
.courier-mjp,
ul.courier-mjp a { 	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }
.lucida-mjp,
ul.lucida-mjp a { 	font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace; }
.gill-mjp,
ul.gill-mjp a { 	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }

.player-track-title,
.player-track-title div,
.a-mjp { line-height: 110% !important; }

.player-track-title div { font-size:0.7em; }

.titleHide-mjp { display:none; }


/* ===== jQuery UI ===== */
.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; }

/* ===== user style param ===== */
.nolistbutton div.playlist-toggle-MI { display:none; }
.nopopoutbutton div.mp3j-popout-MI { display:none; }
.nopn div.prev-mjp { display:none; }
.nopn div.next-mjp { display:none; }

.nostop div.stop-mjp { display:none; }
.nostop div.bars_holder { left: 130px; }
.nostop div.statusMI { left: 130px; }
.nostop div.jp-play-time { left: 131px; }

.notitle div.player-track-title { display:none; }

div.wrap-mjp.noplayer { display:none; }

.novol div.mjp-volwrap { display:none; }
.novol div.bars_holder,
.novol div.statusMI { right:20px; }
.novol span.vol_mp3t,
.novol span.vol_mp3j { display:none; }

div.bigger1 span { font-size:18px !important; }
div.bigger2 span { font-size:23px !important; }
div.bigger3 span { font-size:28px !important; }
div.bigger4 span { font-size:38px !important; }
div.bigger5 span { font-size:48px !important; }

div.bigger1 .indi_mp3j, div.bigger1 .Smp3-finding, div.bigger1 .mp3-gtint, div.bigger1 .Smp3-tint,
div.bigger2 .indi_mp3j, div.bigger2 .Smp3-finding, div.bigger2 .mp3-gtint, div.bigger2 .Smp3-tint,
div.bigger3 .indi_mp3j, div.bigger3 .Smp3-finding, div.bigger3 .mp3-gtint, div.bigger3 .Smp3-tint,
div.bigger4 .indi_mp3j, div.bigger4 .Smp3-finding, div.bigger4 .mp3-gtint, div.bigger4 .Smp3-tint,
div.bigger5 .indi_mp3j, div.bigger5 .Smp3-finding, div.bigger5 .mp3-gtint, div.bigger5 .Smp3-tint { font-size:70% !important; }


/* =====  ===== */
div.mp3j-dlframe, 
iframe.mp3j-dlframe {
	width:1px; 
	height:1px;
	overflow:hidden;
	margin:0;
	padding:0;
	display:none !important;
}

/* =====  ===== */
.MI-image { position:relative; padding:0; /*overflow:hidden;*/ }
.MI-image img { border:none; padding:0px; width:100%; height:auto; }
.MI-image.Himg img { width:auto; height:100%; }
.MI-image.Fimg img { width:auto; height:auto; }
.MI-image a:hover img { }

.MI-image.left-mjp { margin:0 auto 0 0; }
.MI-image.centre-mjp { margin: 0 auto; }
.MI-image.right-mjp { margin: 0 0 0 auto; }


.unsel-mjp {
	-moz-user-select: 		-moz-none;
	-khtml-user-select: 	none;
	-webkit-user-select:	none;
	-ms-user-select: 		none;
	user-select: 			none;
}