ul#stage { display: block; position: relative; }
ul#stage li { position: absolute; display: block; width: 140px; height: 80px; }

/* PLATFORM */

ul#stage li .platform { width: 140px; height: 80px; position: absolute; }
ul#stage li .platform.ontop { width: 282px; height: 162px; }

/* ACTOR */

#stage li .actor { display: block; width: 140px; height:80px; background:#F7ECD8; position: absolute; z-index: 4; overflow: hidden; }
#stage li .actor .flash { width: 282px; }
#stage li .actor img,
#stage li .actor .flash  { height: 100%; }
#stage li.tvspot .actor { background: #51200f; }
#stage li .ontop .actor { margin: -2px; border: 2px solid #080401; }

#stage li .ontop .actor img.fallbackImage { visibility: hidden; }
#stage li .actor p.noFlashText { visibility: hidden; }
#stage li .ontop .actor p.noFlashText { color: #c78054; width: 272px; height: 152px; position: absolute; top: 0px; left: 0px; padding: 5px; font-size: 11px; visibility: visible; z-index: 1; }

/* BUTTONS */

#stage li a.click { display: block; width: 140px; height: 80px; cursor: default; position: absolute; z-index: 5; text-indent: -19999px; background: transparent url(/images/layout/stage/blank.gif); }
#stage li a.click:focus { outline: none; }
#stage li .ontop .click { z-index: 2000; width: 20px; height: 20px; position: absolute; top: 0px; left: 100%; margin: 0 0 0 -20px; background: url(/images/layout/stage/link_close_window.gif) 0 0 no-repeat; }

#stage li.video a.click { background: transparent url(/images/layout/stage/video_a.gif); }
#stage li.tvspot a.click { background: transparent url(/images/layout/stage/tvspot_a.gif); }
#stage li.video a.click:hover { background: transparent url(/images/layout/stage/video_hover.gif); }
#stage li.tvspot a.click:hover { background: transparent url(/images/layout/stage/tvspot_hover.gif); }
#stage li.image a.click:hover { background: transparent url(/images/layout/stage/image_hover.gif); }
	
#stage li.video .ontop a.click , 
#stage li.video .ontop a.click:hover { z-index: 2000; width: 20px; height: 20px; background: url(/images/layout/stage/link_close_window.gif) 0 0 no-repeat; }	
#stage li.image .ontop a.click:hover { z-index: 2000; width: 20px; height:20px; background: url(/images/layout/stage/link_close_window.gif) 0 0 no-repeat; }
#stage li.tvspot .ontop .click { background: url(/images/layout/stage/linkdark_close_window.gif) 0 0 no-repeat; }

/* TEASER */

#stage li.teaser { z-index: 10; }
#stage li.teaser .actor {  z-index: 10; }
#stage li.teaser.four, 
#stage li.teaser.four .actor { width: 282px; height:162px; }
#stage li.teaser.six, 
#stage li.teaser.six .actor { width: 424px; height:162px; }
#stage li.teaser.nine, 
#stage li.teaser.nine .actor { width: 424px; height: 244px; }