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

.notes_wrap {
	overflow: hidden;
	margin-bottom: 10px;
}

* html .notes_wrap {
	zoom: 1;
}

.italic_sm {
	font-style: italic;
	font-size: .9em;
}

* html .italic_sm {
	font-style: normal;
}

#main_content_middle ul#discs {
	border-bottom: 1px solid #a27000;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #000;
}

#main_content_middle ul#discs li {
	background: none;
	margin-left: 0;
}

#main_content_middle ul#discs li {
	border-top: 1px solid #a27000;
	padding: 15px 10px;
	
}

#main_content_middle ul#discs li span {
	color: #a27000;
}

.title {
	float: left;
	margin-right: 20px;
	font-weight: bold;
}

.options {
	float: left;
	position: relative; /* Need this for IE6 links to ALL work, not skip the first few */
}

.listen {
	margin-right: 25px;
	padding-left: 21px;
	background: url(../images/icons/speaker.gif) no-repeat;
}

.disc_description {
	clear: left;
}

.download {
	padding-left: 17px;
	background: url(../images/icons/down_arrow.gif) no-repeat;
}

#listen_options,
#download_options {
	position: absolute;
	padding: 4px 9px 6px;
	display: none;
	background: #30549a;
	border: 1px solid #011b54;
	line-height: 1.7em;
}

#listen_options h2,
#download_options h2 {
	margin: -4px -9px 4px;
	border-bottom: 1px solid #011b54;
	background: #a27000;
	color: #fff;
	padding: 2px 6px;
	font-size: 1.2em;
}

#listen_options a:link,
#listen_options a:visited,
#listen_options a:active,
#download_options a:link,
#download_options a:visited,
#download_options a:active {
	color: #f2f2f2;
}

#listen_options a:hover,
#download_options a:hover {
	color: #e69f00;
}

#listen_options span,
#download_options span {
	color: #e69f00;
	font-size: .89em;
}

#mediaPlayer_wrap {
	width: 361px;
/*	height: 192px;*/
	position: absolute;
	top: 100px;
	left: -333px;
	visibility: hidden;
}

.mpbg_trans {
	background: url(../images/transition/transition_bg_slammed.png) no-repeat 0 0;
	width: 361px;
	height: 192px;
}

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

.mpbg_extras {
	background: url(../images/audio_player_only_bg_slammed.png) no-repeat 0 0;
	width: 361px;
	height: 72px;
}

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

#mediaPlayer_wrap img {
	position: absolute;
	top: 78px;
	left: 144px;
}

#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;
}

#mediaPlayer_wrap #mediaPlayer {
	position: absolute;
}

.close_trans {
	top: 11px;
	right: 19px;
}

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

.mp_trans {
	width: 311px;
	height: 20px;
	left: 23px;
	top: 139px;
}

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

#trans_extras {
	padding-bottom: 0;
}

#trans_extras li {
	padding-bottom: 15px;
	background: none;
}

#trans_extras li span {
	color: #a27000;
}

#trans_extras .disc_description {
	color: #000;
}
