@CHARSET "ISO-8859-1";

#qbOverlay {display: none;position: absolute;z-index: 500;left: 0;top: 0;background-color: #000;cursor: pointer;}#qbBox {display: none;position: absolute;left: 50%;z-index: 1001;background-color: #fff;}#qbStage {position: relative;z-index: 1003;height: 100%;text-align: center;}#qbBottom {position: relative;z-index: 1002;background-color: #fff;height: 45px;padding: 0 10px;margin-bottom: -45px;}#qbClose {display: block;float: right;width: 100px;height: 22px;background: transparent url(/templates/grey01-mmoga/img/quickbox/en/close.png) no-repeat center;cursor: pointer;}#qbPrev, #qbNext {position: absolute;z-index: 1004;width: 63px;height: 43px;top: 15%;outline: none;display: block;background: transparent url(/templates/grey01-mmoga/img/quickbox/trans.png);}#qbPrev {left: 0px;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}#qbNext {right: 0px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-bottomleft: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}#qbBox:hover #qbPrev {background: transparent url(/templates/grey01-mmoga/img/quickbox/en/prev.png) no-repeat;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}#qbBox:hover #qbNext {background: transparent url(/templates/grey01-mmoga/img/quickbox/en/next.png) no-repeat;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}#qbBox .loading {background: #fff url(/templates/grey01-mmoga/img/quickbox/loading.gif) no-repeat center;}#qbCaption {color: #666;font-size: 0.8em;font-weight: bold;}#qbCounter {font-family: "Trebuchet MS";color: #aaa;font-size: 0.8em;font-weight: bold;}.slideGallery .slideGalleryNext {background: url(/templates/grey01-mmoga/img/quickbox/rightInnerSmall.png) no-repeat;position: absolute;right: 0px;width: 14px;height: 40px;cursor: pointer;z-index: 1000;margin-right: -1px;}.slideGallery .slideGalleryPrev {background: url(/templates/grey01-mmoga/img/quickbox/leftInnerSmall.png) no-repeat;position: absolute;left: 0px;width: 14px;height: 40px;cursor: pointer;z-index: 1000;margin-left: -1px;}.slideGallery .slideGalleryNextDisabled {background: url(/templates/grey01-mmoga/img/quickbox/rightInnerSmallDisabled.png) no-repeat;cursor: default;}.slideGallery .slideGalleryPrevDisabled {background: url(/templates/grey01-mmoga/img/quickbox/leftInnerSmallDisabled.png) no-repeat;cursor: default;}.slideGallery .slideGalleryOuter {overflow: hidden;background-color: #000;padding-top: 6px;padding-bottom: 6px;padding-left: 3px;padding-right: 3px;margin:0 auto;position: relative;}.slideGallery .slideGalleryInner {list-style-type: none;margin: 0px;padding: 0px;width: 10000px;}.slideGallery .slideGalleryInner li {float: left;margin-right: 3px;margin-left: 3px;}.qbHidden {display: none;text-align: center;}.qbPopupButton {position: relative;display: inline-block;cursor: pointer;text-align: center;padding: 2px 12px;border: 1px solid #ccc;font-size: 13px;color: #0055dd;background-color: #eaeaea;font-size: 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;transition: all 0.2s linear 0s;}.qbPopupButton:hover {border: 1px solid #aaa;background-color: #dbfbb5;}.qbPopupButton:hover:active {top: 1px;}