.fbp_videopreview {
	display: block;
	position: relative;
}

.fbp_videopreviewbutton {
	border: 0px;
	position: absolute;
	margin:0px;
}

.fbp_videopreviewplay {
	position: absolute;
	color: white;
	font: normal normal normal 75px/75px Helvetica;
	text-align: center;
	height: 100px;
	width: 100px;
        
        /* other browsers */
        opacity: 0.8;

        /* for IE5-7 */
        filter: alpha(opacity=80);
        /* for IE8 */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}