.sub1v2-std h2 {
    margin:0 0 0.5em 0;
}
.sub1v2-std .sub-swf {
	width: 152px;
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}

.livestream {
	color: #000;
	display: none;
	position: absolute;
	top: 10%;
	left: 35%;
	padding: 20px 40px 40px 40px;
	background-color: #f6f7f7;
	z-index: 1001;
	overflow: auto;	
}

.close a {
	color: #941A1D;
	margin-bottom: 20px;
	float: right;
}

#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

/* IE6 and below Can't See This */
.lightbox[id]{
	position:fixed;
}
#overlay[id]{
	position:fixed;
}
