/* @override http://www.sandiego.edu/scripts/jquery/colorbox/usd/colorbox.css */

/* shade the real page */
div#cboxOverlay {
	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
}

/* borders and positioning of lightbox */
div#colorbox {
	border: solid white .6em;
	position: absolute;
	z-index: 3;
}

div#cboxLoadedContent {
	border: inset 1px black;
	position: absolute;
	top: -1px;
}

/* the video */
div#cboxLoadedContent iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* the close button */
div#cboxClose {
	position: absolute;
	right: -.6em;
	top: -2em;
	color: #FFFFAA;
	cursor: pointer;
}

