@import url("buttons.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background: #FFFFCB url(../images/player_bg.jpg) top left no-repeat;
}



#videoContainer {
	position: absolute;
	top: 105px;
	left: 5px;
	width: 400px;
	height: 365px;
	margin: 0px;
	z-index:1;
}


#slidesContainer {
	position: absolute;
	top: 105px;
	right: 5px;
	width: 480px;
	height: 360px;
	margin: 0px;
	z-index:1;
	background-color:#FFFFFF;
}

#slideController {
	position: absolute;
	left: 5px;
	top: 545px;
	width: 400px;
	height: 1px;
	z-index: 0;
}



#player_resources{
	width:320px;
	height:60px;
	text-align:left;
	position:absolute;
	top:190px;
	left: 5px;
	border: 1px solid #B2DEDE;
	font-size:11px;
	background-color:#FFFFFF;
}

#player_resources_headline{}

#player_resources_content{}


#highControl {
	position: absolute;
	top: 520px;
	left: 50px;
	width: 76px;
	height: 20px;
}

#lowControl {
	position: absolute;
	top: 520px;
	left: 220px;
	width: 76px;
	height: 20px;
}

#fullscreen {
	position: absolute;
	top: 500px;
	left: 340px;
	width: 120px;
	height: 20px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#questionframe {
	position: absolute;
	top: 480px;
	left: 400px;
	width: 480px;
	height: 180px;
	font-size:11px;
}

a.message:hover{
color: #FF7200;
}
