#imgOver { display: none; position: fixed; top: 0; left: 0; background:url(../gfx/shade.png); width: 100%; height: 100%; z-index: 80; }
#imgOver img { cursor: pointer; position: absolute; top:0; left:0; border:4px solid #fff; }
#wrapper, .wrapper { height:410px; }
#mss { position:absolute; display:block; clear:both; width:460px; height:345px; }
#stage { position:absolute; display:block; width:100%; height:100%; z-index:1; overflow:hidden }
#caption { position:absolute; top:100%; left:0px; right:0px; background:#fff; z-index:4; padding:4px 0px; font-size:11px; }
#stage img.l { height:100%; }
#stage img.p { width:100%; }
#buts { position:absolute; display:block; width:100%; height:100%; z-index:2; }
#buts .but { position:absolute; width:24px; height:24px; background-color:#fff; border:1px solid #fff }
#buts .but:hover { border:1px solid #ccc }
#buts .play { top:4px; right:32px; background-image:url(../gfx/mss/play.png); }
#buts .hold { background-image:url(../gfx/mss/pause.png); }
#buts .zoom { top:4px; right:4px; background-image:url(../gfx/mss/zoom.png); }
#buts .next { top:40%; right:4px; height:48px; background-image:url(../gfx/mss/next.png); background-color:transparent; }
#buts .prev { top:40%; left:4px; height:48px; background-image:url(../gfx/mss/prev.png); background-color:transparent; }
#nav { position:absolute; padding:4px; z-index:13 }
#nav a { float:left; text-decoration: none; margin: 0 1px; padding: 2px 6px; font-weight:bold; background:#fff; }
#nav a.activeSlide { background: #333; color:#fff }
#nav a:focus { outline: none; }
#nav a:hover { background:#ccc; }
.sb { height:33px; }
.sb a { float:left; width:30px; height:33px; margin:2px; border:0; margin:0 4px; }
.sb a.twt { background-image:url(../gfx/sb/sb_twt_bw.jpg); }
.sb a.twt:hover { background-image:url(../gfx/sb/sb_twt_fc.jpg); }
.sb a.fcb { background-image:url(../gfx/sb/sb_fcb_bw.jpg); }
.sb a.fcb:hover { background-image:url(../gfx/sb/sb_fcb_fc.jpg); }
.sb a.lin { background-image:url(../gfx/sb/sb_lin_bw.jpg); }
.sb a.lin:hover { background-image:url(../gfx/sb/sb_lin_fc.jpg); }
#mss .ic { display:none; }
.caption { margin-bottom:12px; }
.files a { color:#333; }
.files a { margin: 15px 0 5px 0; font-size: 14px; display: block; text-transform: inherit; border-bottom: none; }
.files a:hover {  border-bottom: none;}
.files a.pdf { background:url(../gfx/files/f_pdf.png) no-repeat 0 0 ;width: 100px;
height: 100px;}
.files a.pdf:hover { background:url(../gfx/files/f_pdf_o.png) no-repeat 0 0 }
.files a.doc { background:url(../gfx/files/f_doc.png) no-repeat 0 0 }
.files a.doc:hover { background:url(../gfx/files/f_doc_o.png) no-repeat 0 0 }
.files a.xls { background:url(../gfx/files/f_xls.png) no-repeat 0 0 }
.files a.xls:hover { background:url(../gfx/files/f_xls_o.png) no-repeat 0 0 }
#tooltip { position: absolute; z-index: 3000; background-color: #fff; padding: 4px; opacity: 0.85; }
#tooltip h3, #tooltip div { margin: 0; font-size:12px; }
