/* CSS Document - popup video thumbnais */
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#cover {
	background-color: #808080;
	filter:alpha(Opacity=82);
	opacity: 0.82;
	-moz-opacity: 0.82;
	-khtml-opacity: 0.82;
	position: absolute;
	display: none;
	z-index: 10;
	height: 1800px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#videowindow {
	background-color: #FFFFFF;
	position: fixed;
	top: 48px;
	left: 260px;
	display: none;
	z-index: 20;
	width: 512px;
	height: 376px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0D0D0;
	border-right-color: #7C7C7C;
	border-bottom-color: #7C7C7C;
	border-left-color: #D0D0D0;
}
#pgwrap {
	text-align: left;
	display: block;
	width: 800px;
	position: relative;
}
