|
|
@@ -1,33 +1,33 @@
|
|
1
|
|
-/* SLIMBOX */
|
|
|
1
|
+/* SLIMBOX */
|
|
2
|
2
|
|
|
3
|
3
|
#lbOverlay {
|
|
4
|
4
|
position: absolute;
|
|
5
|
5
|
left: 0;
|
|
6
|
6
|
width: 100%;
|
|
7
|
|
- background-color: #000;
|
|
|
7
|
+ background-color: #000;
|
|
8
|
8
|
cursor: pointer;
|
|
9
|
9
|
}
|
|
10
|
10
|
|
|
11
|
|
-#lbCenter, #lbBottomContainer {
|
|
12
|
|
- position: absolute;
|
|
13
|
|
- left: 50%;
|
|
|
11
|
+#lbCenter, #lbBottomContainer {
|
|
|
12
|
+ position: absolute;
|
|
|
13
|
+ left: 50%;
|
|
14
|
14
|
overflow: hidden;
|
|
15
|
15
|
background-color: #fff;
|
|
16
|
16
|
}
|
|
17
|
17
|
|
|
18
|
18
|
.lbLoading {
|
|
19
|
|
- background: #fff url(loading.gif) no-repeat center;
|
|
20
|
|
-}
|
|
21
|
|
-
|
|
22
|
|
-#lbImage {
|
|
23
|
|
- border: 10px solid #fff;
|
|
24
|
|
-}
|
|
|
19
|
+ background: #fff url(images/loading.gif) no-repeat center;
|
|
|
20
|
+}
|
|
|
21
|
+
|
|
|
22
|
+#lbImage {
|
|
|
23
|
+ border: 10px solid #fff;
|
|
|
24
|
+}
|
|
25
|
25
|
|
|
26
|
26
|
#lbPrevLink, #lbNextLink {
|
|
27
|
27
|
display: block;
|
|
28
|
28
|
position: absolute;
|
|
29
|
29
|
top: 0;
|
|
30
|
|
- width: 50%;
|
|
|
30
|
+ width: 50%;
|
|
31
|
31
|
outline: none;
|
|
32
|
32
|
}
|
|
33
|
33
|
|
|
|
@@ -36,7 +36,7 @@
|
|
36
|
36
|
}
|
|
37
|
37
|
|
|
38
|
38
|
#lbPrevLink:hover {
|
|
39
|
|
- background: transparent url(prevlabel.gif) no-repeat 0% 15%;
|
|
|
39
|
+ background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
|
|
40
|
40
|
}
|
|
41
|
41
|
|
|
42
|
42
|
#lbNextLink {
|
|
|
@@ -44,16 +44,16 @@
|
|
44
|
44
|
}
|
|
45
|
45
|
|
|
46
|
46
|
#lbNextLink:hover {
|
|
47
|
|
- background: transparent url(nextlabel.gif) no-repeat 100% 15%;
|
|
|
47
|
+ background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
|
|
48
|
48
|
}
|
|
49
|
49
|
|
|
50
|
|
-#lbBottom {
|
|
51
|
|
- font-family: Verdana, Helvetica, sans-serif;
|
|
|
50
|
+#lbBottom {
|
|
|
51
|
+ font-family: Verdana, Helvetica, sans-serif;
|
|
52
|
52
|
font-size: 10px;
|
|
53
|
|
- color: #666;
|
|
|
53
|
+ color: #666;
|
|
54
|
54
|
line-height: 1.4em;
|
|
55
|
|
- text-align: left;
|
|
56
|
|
- border: 10px solid #fff;
|
|
|
55
|
+ text-align: left;
|
|
|
56
|
+ border: 10px solid #fff;
|
|
57
|
57
|
border-top-style: none;
|
|
58
|
58
|
}
|
|
59
|
59
|
|
|
|
@@ -62,7 +62,7 @@
|
|
62
|
62
|
float: right;
|
|
63
|
63
|
width: 66px;
|
|
64
|
64
|
height: 22px;
|
|
65
|
|
- background: transparent url(closelabel.gif) no-repeat center;
|
|
|
65
|
+ background: transparent url(images/closelabel.gif) no-repeat center;
|
|
66
|
66
|
margin: 5px 0;
|
|
67
|
67
|
}
|
|
68
|
68
|
|