.thumbCell {
  text-align:center;
  vertical-align:top;
}
.thumbCell img {
  border: 1px solid black;
  width:150px
}


table.videoTable {
        width: 680px;
	margin-top:150px;
	margin-left: auto;
	margin-right: auto;
}
img.closeVideoBtn {
  border-style:none;
  margin-left:5px;
}

#movieLayer {
	padding-top: 30px;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	z-index:200;

	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:4500px;

	opacity: .1;
	filter: alpha(opacity=10);

	text-align:center;

	background-color: transparent;
}

#movieCourtain {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;
    opacity: .85;
    filter: alpha(opacity=85);
}

#movieLayer a {
	color:white;
	font-weight:bold;
}
#movieLayer a:visited {
	color:white;
}

.videoWrapper {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.videoHeading {
 /* background: #000000 url(../../../other_files/table_bg.gif);*/
  opacity: 1.0;
  filter: alpha(opacity=100);
  font-weight:bold;
}

#movieLayer table td {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

