
.MainButtonWrapper {
height: 380px;
border: 0px solid #AAA;
width: 750px;
valign: top;
background:black;
overflow: hidden;

}

.PlainButton {

border: 0px;
}

.ButtonThumbnail {
height: 250px;
width:  250px;
border: 0px;
}

.BButtonThumbnail {
height: 375px;
width:  375px;
border: 0px;
}

.EpisodeWrapper {
height: 60px;
border: 1px solid #AAA;
width: 300px;
background:black;
overflow: hidden;

}

.videoThumbnail {
height: 58px;
width: 96px;
border: 0px;
}

.ShowVidInfo {
display: inline;
margin-top: 10px;
margin-right: 7px;
margin-left: 7px;
font-size: 10px;
font-weight:bold;

}

.ShowVidInfo:hover {
color:white;

}


.textWS {
font-size: 8px;
color: white;
}


.floatL {
float: left;
}

.floatR {
float: right;
}





div.transON {width: 100%; background-color: black;border:1px solid black; }
div.transOFF {width: 100%; background-color: black;;opacity: 0.6;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); opacity: 0.25;border:1px solid black; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); opacity: 0.75;border:1px solid black; }
