#videoplayer {
position: fixed;
background-color: #333;
padding: 10px 0 0 10px;
z-index: 999;
}

#prevideo {
background: #000 url(images/ajax-loader1.gif) center no-repeat;
}

#prevideo, #videoplugin {
float: left;
}

#closebutton {
position: relative;
width: 100%;
height: 100%;
}

#videoplayer a {
/*display: block;*/
position: absolute;
/*text-align: right;*/
/*margin-top: 10px;*/
right: 10px;
bottom: 10px;
text-decoration: none;
color: #ffffff;
font-size: 140%;
}

#overlay {
background: #000;
position: absolute;
top: 0;
left: 0;
z-index: 998;
}
