/* mediaboxAdvanced, (c) 2007-2011 John Einselen, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#222;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:transparent url("../images/80.png") repeat}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#bbb;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#aaaaaa');-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#aaaaaa');background:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#aaa));background:-khtml-gradient(linear,left top,left bottom,from(#ddd),to(#aaa));background:-moz-linear-gradient(top,#ddd,#aaa);background:-o-linear-gradient(top,#ddd,#aaa);background:linear-gradient(top,#ddd,#aaa);border:1px solid #fff;border-top-color:#fff;border-bottom-color:#ccc;border-right-width:0;border-left-width:0;-webkit-box-shadow:0 4px 24px rgba(0,0,0,0.4);-khtml-box-shadow:0 4px 24px rgba(0,0,0,0.4);-moz-box-shadow:0 4px 24px rgba(0,0,0,0.4);box-shadow:0 4px 24px rgba(0,0,0,0.4);padding:10px;text-shadow:rgba(255,255,255,0.5) 0 1px 1px}#mbCenter.mbLoading{-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#000;text-align:left;background-position:center center;background-repeat:no-repeat}#mbAudio{padding:0 0 2px;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#999;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#cccccc');-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#cccccc');background:-webkit-gradient(linear,left top,left bottom,from(#888),to(#aaa));background:-khtml-gradient(linear,left top,left bottom,from(#888),to(#aaa));background:-moz-linear-gradient(top,#999,#ccc);background:-o-linear-gradient(top,#999,#ccc);background:linear-gradient(top,#999,#ccc);border:1px solid #fff;border-top-color:#777;border-bottom-color:#eee;border-right-width:0;border-left-width:0;height:20px}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#444;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#000;font-weight:bold}#mbNumber{display:inline;color:#444;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#444;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;font-weight:normal;margin:0 0 0 10px;padding:4px 2px}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#222;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#222;font-size:1.6em;line-height:.6em;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#222;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#mbBottom a:hover{color:#000;text-shadow:rgba(255,255,255,1.0) 0 1px 1px;background-color:#ccc}#mbBottom a:active{color:#000;text-shadow:rgba(255,255,255,1.0) 0 1px 1px;background-color:#999;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#cccccc');-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',endColorstr='#cccccc');background:-webkit-gradient(linear,left top,left bottom,from(#888),to(#aaa));background:-khtml-gradient(linear,left top,left bottom,from(#888),to(#aaa));background:-moz-linear-gradient(top,#999,#ccc);background:-o-linear-gradient(top,#999,#ccc);background:linear-gradient(top,#999,#ccc);border:1px solid #fff;border-top-color:#777;border-bottom-color:#eee;border-right-width:0;border-left-width:0}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#000;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}