body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background-image: url(../images/player_bg.jpg);
	background-repeat: no-repeat;
}

#photoContainer{
	position: absolute;
	top: 63px;
	left: 0px;
	width: 400px;
	height: 310px;
	margin: 0px;
	z-index:1;
}

#videoContainer {
	position: absolute;
	top: 455px;
	left: 5px;
	width: 210px;
	height: 45px;
	margin: 0px;
	z-index:1;
}


#exit{
	position: absolute;
	top: 579px;
	right: 8px;
	width: 159px;
	margin: 0px;
	font-size:11px;
	color:#FFFFFF;
	z-index:1;
	height: 18px;
}

#askaquestion{
	position: absolute;
	top: 576px;
	left: 15px;
	width: 250px;
	margin: 0px;
	font-size:11px;
	color:#FFFFFF;
	z-index:1;
}
	
#askaquestion a:link, a:visited {
	color: #fff;
	font-size:11px;
	font-weight:bold;

	text-decoration: none;
}

#askaquestion a:hover {
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}

#askaquestion a{
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
}


#exit a:link, a:visited {
	color: #fff;
	font-size:11px;
	font-weight:bold;

	text-decoration: none;
}

#exit a:hover {
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}

#exit a{
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
}



#slidesContainer {
	position: absolute;
	top: 50px;
	left: 230px;
	width: 600px;
	height: 450px;
	margin: 0px;
	z-index:1;
	background-color:#FFFFFF;
}

#slideController {
	position: absolute;
	left: 6px;
	top: 183px;
	width: 320px;
	height: 1px;
	z-index:2;
}

#questionframe {
	position: absolute;
	top:225px;
	left: 5px;
	width: 300px;
	height: 150px;
	text-align: left;
	font-size:12px;
}

#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: 570px;
	left: 60px;
	width: 76px;
	height: 20px;
}

#lowControl {
	position: absolute;
	top: 570px;
	left: 310px;
	width: 76px;
	height: 20px;
}

a:link, a:visited {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#message {
	position: absolute;
	top: 555px;
	left: 15px;
	width: 400px;
	height: 20px;
	font-size:11px;
}

a.message:hover{
color: #FF7200;
}

#speaker{

	position: absolute;
	top: 155px;
	left: 15px;
	width: 300px;
	font-size:11px;

}

#slideNum{
	position: absolute;
	top: 505px;
	left: 470px;
	width: 100px;
	height: 33px;
	text-align:center;
	font-size: 20px;
}



#backBtn_err{
	position: absolute;
	top: 505px;
	left: 320px;
	width: 25px;
	height: 33px;
}

#backBtn a{
	position: absolute;
	top: 505px;
	left: 320px;
	width: 25px;
	height: 33px;
	background-image: url(../images/back.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#backBtn a:hover{
	background-position:bottom;
}

#nextBtn_err{
	position: absolute;
	top: 505px;
	left: 695px;
	width: 25px;
	height: 33px;
	z-index: 1;
}

#nextBtn a{
	position: absolute;
	top: 505px;
	left: 695px;
	background-image: url(../images/next.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 25px;
	height: 33px;
	z-index: 1;
}

#nextBtn a:hover{
	background-position:bottom;
}