#blackout {
	display: none;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	opacity: .9;
	filter:alpha(opacity=92);
	background-color: #000;
}

.sampleVideoShow {
	cursor: pointer;
	cursor: hand;
}

#vidWindow {
	display: none;
	position: relative;
	z-index: 100;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	left: 50%;
	margin-left: -8px;
	width:16px;
	height: 16px;
}

.innerVidDiv {
	text-align: center;
}

.clickAnywhereToClose {
	position: relative;
	bottom: -10px;
	color: #ccc;
}

.viewVideo {
	margin-left: 5px;
	background-color: #333;
	display: inline;
	padding: 5px;
	color: #fff;
	border: 1px solid #F93;
}

.viewVideo a, .viewVideo a:hover, .viewVideo a:visited {
	color: #fff;
}

.vidDesc {
	padding: 5px;
}

.vidDescContainer {
	background-color: #666; margin-left: 223px; color: #fff;
}

.vidEntry {
	clear: both;
	padding: 7px 0 5px 0;
}

.vidEntry checkbox, .vidEntry input[type="checkbox"] {
	float: left; margin: 65px 5px 0 5px;
}

.vidEntry img {
	float: left;
}