/* voicereel.css */
/*
div.ContentContainer {
	position:absolute;
	background-color:#000;
	background-image:url('images/audio.jpg');
	background-repeat:no-repeat;
	left:90px;
	top:233px;
	width:951px;
	height:586px;
}
*/
div.ContentContainer {
	position:absolute;
	/*background-color:#000;*/
	background-image:url("images/audio1.jpg");
	background-position:right;
	background-repeat:no-repeat;
	left:90px;
	top:233px;
	width:951px;
	height:586px;
	clear:both;
}	


div.VoiceContent {
	color:#CCC;
	height:586px;
	width:523px;
	text-align:left;
	overflow:auto;
	font-size:0.875em;
	font-family:Georgia, Aria, Helvetica;
	margin-left:428px;
}
table.SoundTable	{
	margin-top:0px;
	border:none;
}
table.SoundTable td	{
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
}
object	{
	margin-top:4px;
}