﻿#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner 
{
	background-color:Red;
	margin-bottom: -4px;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar {
	height:24px!important;
}

#popupTitle {
	float:left;
	background-image:url(/_layouts/images/PLPLAY1.GIF);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	padding-left:18px;
	padding-top: 5px;
}

#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupControls a span {
	display: block;
	height: 17px;
	width: 17px;
	text-indent: -9000px;
	background-image:url(/_layouts/images/Bamboo.VideoLibrary/close.gif);
	background-repeat:no-repeat;	
	margin-top:5px;
	margin-right:5px;
}

.vlibMaskBox
{
	position: absolute;
	cursor: pointer;
	height: 95px;
	width: 120px;
	visibility: hidden;
	padding-left: 5px;
	padding-top: 3px;
}

.vlibFrame
{
	cursor: pointer;
	height: 95px;
	width: 120px;
}

.vlibThumbnail
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 90px;
	width: 110px;
}

.vlibIconFrame
{
	position: absolute;
	padding-left: 102px;
	padding-top: 76px;
	cursor: pointer;
}


.vlibMaskIcon
{
	z-index: 900;
}

.vlibMaskInner
{
	position: absolute;
	background-color: black;
	height: 95px;
	width: 120px;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 800;
}
