-/* Miniatury */\r
-.thumbdiv {\r
- float:left; \r
- position:relative;\r
-}\r
-.thumbdiv .title {\r
- position:absolute;\r
- padding:2px;\r
- font-size:1.0em;\r
- color:#fff;\r
- background:#000;\r
- border-top:solid 1px #000;\r
- opacity:0.8;\r
- bottom:14px;\r
- left:8px;\r
- right:9px;\r
-}\r
-/* VIEWBOX */\r
-#viewbox {\r
- position:fixed;\r
- height:100%;\r
- width:100%; \r
- top:0;\r
- left:0;\r
- background:#383739;\r
- z-index:2190; \r
- overflow:auto;\r
-} \r
-.vb_wrap {\r
- position:absolute; \r
- padding:10px;\r
- height:20px;\r
- width:20px; \r
- background-image:url(../images/viewbox/ViewBox_bg.png);\r
- background-color:#0f0e0e;\r
- overflow:visible; \r
- z-index:2200;\r
- margin:0 auto;\r
- top:0; \r
- left:0;\r
- border-radius:10px;\r
- box-shadow: 4px 4px 7px #000;\r
-} \r
-.vb_wrap .content {\r
- position:relative;\r
- overflow:visible;\r
-}\r
-.vb_wrap .number {\r
- position:absolute;\r
- top:-32px;\r
- left:1px;\r
- font-size:0.9em;\r
- color:#0c0c0c;\r
-} \r
-.vb_wrap .close {\r
- position:absolute; \r
- top:-40px;\r
- right:-7px;\r
- background:url(../images/viewbox/viewbox_close.png) top left no-repeat;\r
- height:30px;\r
- width:30px;\r
-}\r
-* html .vb_wrap .close {\r
- top:-26px;\r
- right:7px;\r
-}\r
-.vb_wrap .next {\r
- position:absolute; \r
- right:-60px;\r
- background:url(../images/viewbox/ViewBox_next.png) top left no-repeat;\r
- height:50px;\r
- width:50px;\r
- z-index:2190;\r
-}\r
-.vb_wrap .prev {\r
- position:absolute; \r
- left:-59px;\r
- background:url(../images/viewbox/ViewBox_prev.png) top right no-repeat;\r
- height:50px;\r
- width:50px;\r
- z-index:2190;\r
-}\r
-.vb_wrap .close a, .vb_wrap .next a, .vb_wrap .prev a {\r
- display:block;\r
- height:100%;\r
- width:100%;\r
- text-indent:-777em;\r
- outline:none;\r
-}\r
-.vb_wrap h1 {\r
- margin:5px 0px 8px;\r
- padding-bottom:3px;\r
- letter-spacing:1.3px; \r
- font-family:Arial, Helvetica, sans-serif;\r
- font-size:0.9em;\r
- color:#cdcdcd;\r
- border-bottom:solid 1px #7e7e7e;\r
- \r
-}\r
-.vb_wrap p { \r
- font-family:Arial, Helvetica, sans-serif;\r
- font-size:0.8em;\r
- text-align:justify;\r
- color:#e5e5e5;\r
-}\r
-.vb_wrap .text {\r
- position:absolute;\r
- background: url(../images/viewbox/ViewBox_bg.png) top left repeat;\r
- border-top:solid 1px #121212;\r
- bottom:0; left:0;\r
- padding:5px;\r
- width:99%; \r
- z-index:2110;\r
-}\r
-* html .vb_wrap .text {\r
- background-image:none;\r
- background-color:#0f0e0e;\r
-}\r
-.vb_wrap .image {\r
- z-index:2220;\r
-}\r
-.vb_wrap .text h1 {\r
- margin:2px; \r
- padding:1px;\r
- color:#919191;\r
- z-index:2230;\r
-}\r
-.vb_wrap .text .description {\r
- position:relative;\r
- bottom:0px; \r
- left:0px;\r
- padding:2px 2px;\r
- font-family:Arial, Helvetica, sans-serif;\r
- font-size:0.8em;\r
- z-index:2260;\r
- color:#949494; \r
-}\r
+/* Miniatury */
+.thumbdiv {
+ float:left;
+ position:relative;
+}
+.thumbdiv .title {
+ position:absolute;
+ padding:2px;
+ font-size:1.0em;
+ color:#fff;
+ background:#000;
+ border-top:solid 1px #000;
+ opacity:0.8;
+ bottom:14px;
+ left:8px;
+ right:9px;
+}
+/* VIEWBOX */
+#viewbox {
+ position:fixed;
+ height:100%;
+ width:100%;
+ top:0;
+ left:0;
+ background:#383739;
+ z-index:2190;
+ overflow:auto;
+}
+.vb_wrap {
+ position:absolute;
+ padding:10px;
+ height:20px;
+ width:20px;
+ background-image:url(../images/viewbox/ViewBox_bg.png);
+ background-color:#0f0e0e;
+ overflow:visible;
+ z-index:2200;
+ margin:0 auto;
+ top:0;
+ left:0;
+ border-radius:10px;
+ box-shadow: 4px 4px 7px #000;
+}
+.vb_wrap .content {
+ position:relative;
+ overflow:visible;
+}
+.vb_wrap .number {
+ position:absolute;
+ top:-32px;
+ left:1px;
+ font-size:0.9em;
+ color:#0c0c0c;
+}
+.vb_wrap .close {
+ position:absolute;
+ top:-40px;
+ right:-7px;
+ background:url(../images/viewbox/viewbox_close.png) top left no-repeat;
+ height:30px;
+ width:30px;
+}
+* html .vb_wrap .close {
+ top:-26px;
+ right:7px;
+}
+.vb_wrap .next {
+ position:absolute;
+ right:-60px;
+ background:url(../images/viewbox/ViewBox_next.png) top left no-repeat;
+ height:50px;
+ width:50px;
+ z-index:2190;
+}
+.vb_wrap .prev {
+ position:absolute;
+ left:-59px;
+ background:url(../images/viewbox/ViewBox_prev.png) top right no-repeat;
+ height:50px;
+ width:50px;
+ z-index:2190;
+}
+.vb_wrap .close a, .vb_wrap .next a, .vb_wrap .prev a {
+ display:block;
+ height:100%;
+ width:100%;
+ text-indent:-777em;
+ outline:none;
+}
+.vb_wrap h1 {
+ margin:5px 0px 8px;
+ padding-bottom:3px;
+ letter-spacing:1.3px;
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:0.9em;
+ color:#cdcdcd;
+ border-bottom:solid 1px #7e7e7e;
+
+}
+.vb_wrap p {
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:0.8em;
+ text-align:justify;
+ color:#e5e5e5;
+}
+.vb_wrap .text {
+ position:absolute;
+ background: url(../images/viewbox/ViewBox_bg.png) top left repeat;
+ border-top:solid 1px #121212;
+ bottom:0; left:0;
+ padding:5px;
+ width:99%;
+ z-index:2110;
+}
+* html .vb_wrap .text {
+ background-image:none;
+ background-color:#0f0e0e;
+}
+.vb_wrap .image {
+ z-index:2220;
+}
+.vb_wrap .text h1 {
+ margin:2px;
+ padding:1px;
+ color:#919191;
+ z-index:2230;
+}
+.vb_wrap .text .description {
+ position:relative;
+ bottom:0px;
+ left:0px;
+ padding:2px 2px;
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:0.8em;
+ z-index:2260;
+ color:#949494;
+}