h1 {
	background: url(../images/titles/audio_library.gif) no-repeat;
}

#opening {
	overflow: hidden;
}

* html #opening {
	zoom: 1;
}

#opening h2 {
	margin-top: 0;
}

#no_js {
	border-top: 1px solid #a27000;
	padding-top: 15px;
	margin-top: 20px;
}

ul#sections {
	color: #000;
	margin-top: 20px;
}

ul#sections li {
	border-top: 1px solid #a27000;
	padding: 15px 10px;
	margin-left: 0;
	background: none;
	overflow: hidden;
}

* html ul#sections li {
	zoom: 1;
}

ul#sections li h3 span {
	font-size: .8em;
}

ul#sections li span {
	color: #a27000;
	font-weight: normal;
}

.view,
.listen,
.download {
	display: block;
	height: 22px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 10px;
}

.view {
	width: 91px;
	background: url(../images/buttons/view_now.gif) no-repeat;
	float: left;
	margin-right: 10px;
}

.listen {
	width: 99px;
	background: url(../images/buttons/listen_now.gif) no-repeat;
	float: left;
	margin-right: 10px;
}

.download {
	width: 91px;
	background: url(../images/buttons/download.gif) no-repeat;
}

#mediaPlayer_wrap {
	width: 361px;
/*	height: 192px;*/
	position: absolute;
	bottom: 100px;
	left: 50%;
	z-index: -1;
	/*visibility: hidden;*/
}

#mediaPlayer_wrap #mpbg {
/*	width: 361px;
	height: 72px;*/
	background-position: 0 0;
	background-repeat: no-repeat;
/*	background: url(../images/audio_player_only_bg_slammed.png) no-repeat 0 0;*/
}

.mpbg_audio {
	width: 361px;
	height: 72px;
}

.mpbg_video {
	width: 373px;
	height: 325px;
}

* html #mediaPlayer_wrap #mpbg {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/audio_player_only_bg_slammed.png');
}

#mediaPlayer_wrap a {
	position: absolute;
	display: block;
	width: 49px;
	height: 16px;
	text-indent: -999em;
	background: url(../images/buttons/close_slammed.png) no-repeat;
}

* html #mediaPlayer_wrap a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/buttons/close_slammed.png');
	cursor: pointer;
}

.close_audio {
	top: 20px;
	right: 23px;
}

.close_video {
	top: 11px;
	right: 7px;
}

* html .close_video {
	right: 18px;
}

#mediaPlayer_wrap #mediaPlayer {
	position: absolute;
}

.mp_audio {
	width: 258px;
	height: 20px;
	left: 23px;
	top: 18px;
}

.mp_video {
	width: 320px;
	height: 260px;
	left: 26px;
	top: 31px;
}

.sessions {
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
	color: #0F2D68;
}

* html .sessions{
	zoom: 1;
}