.MediaPlayer_Container
{
}

.MediaPlayer
{
	border: solid 0px #000000;
	margin: 0 0 0 0;
	width: 320px;
	height: 260px;
	text-align: center;
	vertical-align: middle;
}

.MediaPlayer_Item
{
	border-bottom: dashed 1px #CCCCCC;
}

.MediaPlayer_AltItem
{
	background-color: #FEFEFE;
	border-bottom: dashed 1px #CCCCCC;
}

.ItemDescription
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	font-style:italic;
}

#topbox
{
	position: absolute;

	/* Default positioning, that will be overridden by the javascript */
	left: 0px;
	top: 0px;

	padding: 5px;
	width: 400px;
	height: 375px;
	background-color: #aaaabb;

	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
}

#pnlFlvVideoBox 
{
	position: absolute;

	/* Default positioning, that will be overridden by the javascript */
	left: 0px;
	top: 0px;

	padding: 5px;
	width: 400px;
	height: 375px;
	background-color: #aaaabb;

	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
}

#screenoverlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1000;
	-khtml-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
	filter: alpha(opacity=80);

}


