#frameNav {
	position:absolute;
	left:0px;
	width:100%;
	height:44px;
    bottom: 10px;
}
#framePrompt {
	display:none;
	position:absolute;
	right:0px;
	width:175px;
	height:55px;
    top:45px;
}
#frameAudio{
	display:none;
	position:absolute;
	left:50%;
    bottom: 5px;
    width: 36px;
    height: 45px;
}
#frameContents {
	position:absolute;
	left:0;
    top: 0;
	overflow:hidden;
    bottom: 0; /* note: width x height ratio should be same or very close to components.css->frameContents' width x height */
    right:0px;
}
#ssr-frameContents {
	position:absolute;
	left:50px;
	top:15px;	
	width:440px;
	height:363px; 
}
#framePageIndicator {
	display:none;
	position:absolute;
	left:60%;
    bottom:0px;
	width:150px;
	height:40px;
}
#bottomLogo{
	position:absolute;
	left:35px;
	top:590px;
}
/*#bottomBar{
	position: absolute;
	left: 0px;
	top: 477px;
	height: 53px;
	width: 100%;
	background-image: url('../interface/bg.png');
	background-repeat: no-repeat;
}*/
#frameTranscript{
	display:none;
	position:absolute;
	left: 0px;
	top: 30px;
	width: 525px;
	height:450px;
}
#frameTranscriptButton{
	display:none;
	position:absolute;
	left:35%;
    bottom:0px;
	width:100px;
	height:40px;
}
#popBackground {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d333333, endColorstr=#4d444444);
	/* For IE 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d333333, endColorstr=#4d444444)";8*/
}
#frameSideBar {
    display:none;
	position:absolute;
    right: 0px;
    top: 110px;
    width: 450px;
    height: 270px;
	overflow:hidden;
}