.video {
    position:absolute;
    top:40px;
    z-index:500;
    width:1020px;
    text-align:center;
}
#darkenscreen {
    z-index:450;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#000000;
    filter:alpha(opacity=80);
    opacity:0.6;
} 
.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:350px;
    height:244px;
    z-index:10;
    margin-left:50px;
    border:5px solid #c2c3c5;
}
.videoPlayerInner {
	background-image:url('/images/portfoliopicbg.jpg');
	background-repeat:no-repeat;
	width:168px;
	height:97px;
}
