/**
 *	The original files were separated requiring more calls to the
 *	media server so they have been combined here, in the order that they
 *	were originally included. This is the only file that the landing page
 *	should be including.
 */

/*videolightbox.css*/
#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:0px;
	width:338px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}


/*inline css*/
#videogallery a#videolb {
			display: none
	}

	.asics-description {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #666;
	}

	h2.asics {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			line-height: 1.5em;
			margin: 0;
			color: #333;
	}


/*overlay-minimal.css*/
/* the overlayed element */
div#voverlay {

	/* growing background image */
	background-image:url(../images/white.png);

	/* dimensions after the growing animation finishes  */
	width:720px;
	height:405px;

	/* initially overlay is hidden */
	display:none;

	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
