.video {
    position:absolute;
    top:80px;
	margin-left:80px;
    z-index:500;
}
#screen {
    position:absolute;
    z-index:450;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#000000;
    filter:alpha(opacity=80);
    opacity:0.8;
} 
.screenshot {
    border:5px solid #c2c3c5;
}
.videoTitle {
    text-transform:uppercase;
    font-size:17px;
    font-weight:bold;
}
.videoSubtitle {
    text-transform:uppercase;
    font-size:14px;
    font-weight:normal;
}
.videoZoom {
    position:absolute;
	top:0px;
	right:0px;
	height:34px;
    z-index:10;
	margin:0px;
}
.plainlink:link, .plainlink:visited {
    text-decoration:none;
    color:#fff;
    cursor:hand;
}
.videoLowBW {
    position:absolute;
    width:375px;
    height:210px;
    z-index:10;
    margin-left:50px;
    border:5px solid #c2c3c5;
}
