
#videoLayer {
	position:fixed;
	width:200px;
	height:300px;
	z-index:1;
	bottom: -0px;
	left: 50px;
}
div#fixme-bottom {
position: fixed; 
bottom:-0px; 
left: 50px;
z-index: 33;
}
#controllayer {
position:fixed;
width:200px;
top:5px;
left:10px;

}

