#videoLayer {
	position:relative;
	width:300px;
	height:300px;
	z-index:1;
	bottom: 0px;
	Left: -43px;
}
div#fixme-bottom {
position: relative;
top:0px; 
left: 0px;
width: 205px;
height: 322px;
z-index: 33;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 2px solid;
margin: 4px;
float: left;
}

#closeVideo {
	position: relative;
	top: 0px;
	width: 90px;
	height: 22px;
	cursor: pointer;
	background: url('images/Close.png') no-repeat;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
}

#closeVideo.nobutton {
	visibility: hidden;
	left: -1115px;
}

#closeVideo.isbutton {
	visibility: visible;
	left: 115px;
}

