#container { 
width:100%; 
margin:0px auto; 
text-align:left; 
overflow:hidden; 
position:relative;
}
#movie {
float:left; 
width:560; 
text-align:left; 
margin-right:20px; 
position:relative; 
z-index:102;}
#command { 
position:relative; 
height:25px; 
display:block; 
margin: 25px 0 0 0;
}
.lightSwitcher {
position:absolute; 
z-index:101; 
background-image:url(http://rwf-forum.co.uk/vBulletin/light_bulb_off.png); 
background-repeat:no-repeat; 
background-position:left; 
padding: 0 0 0 20px; 
outline:none; 
text-decoration:none;
}
.lightSwitcher:hover {
text-decoration:underline;
}
#shadow {
position:fixed;  
top:0;  
right:0;  
bottom:0;  
left:0;  
height:100%;  
width:100%;  
margin:0;  
padding:0;  
background:#000000;  
opacity:.99;  
filter: alpha(opacity=95);  
-moz-opacity: 0.99;
z-index: 100;
}        
.turnedOff {
color:#ffff00; 
background-image:url(http://rwf-forum.co.uk/vBulletin/light_bulb.png);
}
#clickHere {
position:absolute; 
top: -25px; left:130px;
}