.RLpos {position: absolute}
.RLwidth {width: 426px;} /* video width + 26px */
.RLheight {height: 388px;} /* video height + 28px + 4px margin offset*/

.RL1 {top: 6px; left: 6px;}

.RL2width {width: 213px;} /* RLwidth divided by 2 */
.RL2height {height: 194px;} /* RLheight divided by 2 */

.RL2bg {border: 0px; z-index: 1; background: url(../../_iFrame/images/shade.png) no-repeat; }

.RL2tl {top: 0px; left:  0px; background-position: top left;}
.RL2tr {top: 0px; left: 213px; background-position: top right;} /* left is equal to RL2width */

.RL2bl {top: 194px; left: 0px; background-position: bottom left;} /* top is equal to RL2height */
.RL2br {top: 194px; left: 213px; background-position: bottom right;} /* top is equal to RL2height */

.RL3 {left: 6px; top: 6px; z-index: 2;}

.RL4 {float: left;}

