#playerContainer
{
	position: relative;
	font-family: Arial;
	cursor: default;
	width: 585px;
	margin-left: -25px;
	overflow: hidden;
}

#playerContainer object
{
	height: 285px;
	width: 585px;
}

#playerContainer object:last-child
{
	height: auto;
	min-height: 285px;
}

/* http://sonspring.com/index.php?id=102
   if there are multiple #id.class definitions, IE ignores all of them except the first one;
   so #playerContainer div.disabled is used instead of #player.disabled */

#playerContainer.disabled div
{
	padding-left: 10px;
	padding-top: 10px;
}

#playerContainer.disabled #player div
{
	clear: both;
}

#playerContainer.disabled #player h3
{
	font-size: 1.7em !important;
	margin-bottom: 0px;
}

#playerContainer.disabled #player h4
{
	font-size: 1.4em !important;
	margin: 10px 0;
}

#playerContainer.disabled #player h5
{
	font-size: 1.3em !important;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

#playerContainer.disabled #player p
{
	font-size: 1.2em !important;
}

#playerContainer.disabled #player img
{
	height: 110px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 10px;
	border: solid 1px black;
}

#playerContainer.enabled #player
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#player sup
{
	font-size: 70% !important;
	line-height: 0px;
}

#playerContainer.enabled #player h3
{
	font-family: Times New Roman !important;
	font-size: 3.4em;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	position: relative;
	z-index: 999;
}

#playerContainer.enabled #player h4
{
	font-family: Times New Roman !important;
	font-size: 1.8em !important;
	color: #ffffff;
	margin: -2px 0 0;
	font-weight: normal;
	line-height: 18px;
	float: left;
	width: 235px;
	position: relative;
	z-index: 999;
}

#playerContainer.enabled #player h5
{
	font-size: 1.3em !important;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 3px;
}

#playerContainer.enabled #player p
{
	font-size: 14px;
	float: left;
	margin: 4px 0 0 11px;
	position: relative;
	z-index: 999;
}

#playerContainer.enabled #player div a
{
	text-decoration: none;
	color: #626e3e;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0;
	width: 182px;
	text-align: center;
	display: block;
	background: -webkit-gradient(linear, 0% 50%, 0% 100%, from(rgb(233, 239, 201)), to(rgb(202, 210, 155))) rgb(96, 96, 152);
	background-color: #dbe6ae;
	cursor: pointer; /* for Safari */
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-box-shadow: -5px -5px 5px #666666;
	-webkit-box-shadow: -5px -5px 5px #666666;
}

#playerContainer.enabled #player div
{
	background-repeat: no-repeat;
	padding: 0 5px 0 12px;
	overflow: auto;
}

#playerContainer.enabled #player img
{
	display: none;
}

#playerContainer.enabled #controlsContainer
{
	background-color: #728a3d;
}

#controlsContainer
{
	position: absolute;
	right: 0;
	top: 255px;
	width: 120px;
}

#controls
{
	/*background-image: url(frame.gif);*/
	background-position: bottom left;
	height: 30px;
	position: relative;
	font-size: 1.2em !important;
	margin-left: auto;
	margin-right: auto;
}

#controls span
{
	display: block;
	position: absolute;
	top: 6px;
	padding: 1px; /* for IE; otherwise, the top and bottom of the red border for the selected number don't show */
}

#controls span a
{
	text-decoration: none;
	color: #ffffff;
	cursor: pointer; /* for Safari */
}

#controls span.backPlay
{
	left: 8px;
	padding-top: 4px;
	z-index: 999;
}

#controls span.numbers
{
	width: 120px;
	text-align: center;
}

#controls span.numbers a
{
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 7px;
	font-size: 15px;
	font-weight: bold;
}

#controls span.numbers a#a1
{
	margin-left: 0;
}

#controls span.next
{
	right: 10px;
	padding-top: 4px;
}

#marker
{
	border: solid 1px #ffffff;
}

#playerContainer.enabled #player span.overlay
{
	/*background-image: url(frame.gif);*/
	background-color: #9b350a;
	width: 411px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	cursor: pointer;
	opacity: .78;
}
