.FLpos {position: absolute}
.FLwidth {width: 506px;} /* video width + 26px */
.FLheight {height: 320px;} /* video height + 28px */

.FL1 {top: 6px; left: 6px;}

.FL2width {width: 253px;} /* FLwidth divided by 2 */
.FL2height {height: 160px;} /* FLheight divided by 2 */

.FL2bg {border: 0px; z-index: 1; background: url(../../_iFrame/images/shade.png) no-repeat; }

.FL2tl {top: 0px; left:  0px; background-position: top left;}
.FL2tr {top: 0px; left: 253px; background-position: top right;} /* left is equal to FL2width */

.FL2bl {top: 160px; left: 0px; background-position: bottom left;} /* top is equal to FL2height */
.FL2br {top: 160px; left: 253px; background-position: bottom right;} /* top is equal to FL2height */

.FL3 {left: 6px; top: 6px; z-index: 2;}

.FL4 {float: left;}
