.SWpos {position: absolute}
.SWwidth {width: 266px;} /* video width + 26px */
.SWheight {height: 208px;} /* video height + 28px */

.SW1 {top: 6px; left: 6px;}

.SW2width {width: 133px;} /* SWwidth divided by 2 */
.SW2height {height: 104px;} /* SWheight divided by 2 */

.SW2bg {border: 0px; z-index: 1; background: url(../../_iFrame/images/shade.png) no-repeat; }

.SW2tl {top: 0px; left:  0px; background-position: top left;}
.SW2tr {top: 0px; left: 133px; background-position: top right;} /* left is equal to SW2width */

.SW2bl {top: 104px; left: 0px; background-position: bottom left;} /* top is equal to SW2height */
.SW2br {top: 104px; left: 133px; background-position: bottom right;} /* top is equal to SW2height */

.SW3 {left: 6px; top: 6px; z-index: 2;}

.SW4 {float: left;}

