﻿



/* video thumbnail control */
div.video-thumbnail
{
	background-color:#1a1a1a;
	width:auto;
	display:inline-block;
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
div.video-image
{
	text-align:center;
	vertical-align:middle;
}
div.video-play-button
{
	background-image:url('i/play-arrow.png');
	width:14px !important;
	height:15px !important;
	float:left;
	margin:5px 5px 5px 15px;
	padding:0px;

}
div.video-play-button:hover
{
	background-image:url('i/play-arrow-hover.png');
}
div.video-time
{
	float:right;	
	font-size:10px;
	color:#fff;
	margin:0px;
	padding:5px 10px 5px 5px;
}

/* end video thumbnail control */

/* the overlayed element */
.video-veil
{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: "not-allowed";
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
	background-color: #000000;
}


div#voverlay, div#ioverlay 
{
	
	/* growing background image */
	/* background-image:url(../images/white.png); */
	background-image:url(i/white-ws.png);
	
	/* dimensions after the growing animation finishes  */
	/*
	width:800px;
	height:450px;
	*/
	width:862px;
	height:485px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
	
	box-sizing:content-box !important;
}

/* default close button positioned on upper right corner */
div#voverlay .close, div#ioverlay .close 
{
	/* background-image:url(../images/close.png); */
	background-image:url(i/apple-close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:28px;
	width:28px;
	box-sizing:content-box !important;
	opacity: 1;
}

div#vcontainer
{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	/* background:url(../images/loading.gif) no-repeat 50% 50%; */
	background:url(i/loading.gif) no-repeat 50% 50%;
	box-sizing:content-box !important;
}




div.AlternateVideoLink
{
	background-color:white;
	color:black;
	font-size:smaller;
	padding:3px;
	position:absolute;
	z-index:100;
}

div.AlternateVideoLink a
{
	color:#999;
}