1/* SLIMBOX */
2
3#lbOverlay {
4	position: fixed;
5	z-index: 9999;
6	left: 0;
7	top: 0;
8	width: 100%;
9	height: 100%;
10	background-color: #000;
11	cursor: pointer;
12}
13
14#lbCenter, #lbBottomContainer {
15	position: absolute;
16	z-index: 9999;
17	overflow: hidden;
18	background-color: #fff;
19}
20
21.lbLoading {
22	background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
23}
24
25#lbImage {
26	position: absolute;
27	left: 0;
28	top: 0;
29	border: 10px solid #fff;
30	background-repeat: no-repeat;
31}
32
33#lbPrevLink, #lbNextLink {
34	display: block;
35	position: absolute;
36	top: 0;
37	width: 50%;
38	outline: none;
39}
40
41#lbPrevLink {
42	left: 0;
43}
44
45#lbPrevLink:hover {
46	background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
47}
48
49#lbNextLink {
50	right: 0;
51}
52
53#lbNextLink:hover {
54	background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 15%;
55}
56
57#lbBottom {
58	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
59	font-size: 10px;
60	color: #666;
61	line-height: 1.4em;
62	text-align: left;
63	border: 10px solid #fff;
64	border-top-style: none;
65}
66
67#lbCloseLink {
68	display: block;
69	float: right;
70	width: 66px;
71	height: 22px;
72	background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat center;
73	margin: 5px 0;
74	outline: none;
75}
76
77#lbCaption, #lbNumber {
78	margin-right: 71px;
79}
80
81#lbCaption {
82	font-weight: bold;
83}
84.pwi_loader{
85	height: 60px;
86	width: 200;
87	border: 1px solid #7F7F7F;
88}
89
90.pwi_container{
91	color: #000000;
92	background-color: #FFFFFF;
93	font-family: Arial;
94	font-size: 8pt;
95	padding: 5px;
96}
97
98.pwi_container a{
99	color: #000000;
100}
101
102.pwi_album_description{
103	text-align: left;
104	color: #000000;
105	font-family: Arial;
106	font-size: 8pt;
107	background-color: #7F7F7F;
108	padding: 10px;
109
110}
111.pwi_album_description .title{
112	color: #000000;
113	font-size: 12pt;
114	margin-top: 10px;
115
116}
117.pwi_album_description .details{
118	color: #000000;
119	font-size: 8pt;
120	font-style: italic;
121}
122.pwi_album_description .description{
123	font-size: 10pt;
124	padding: 5px;
125}
126.pwi_album_description .sslink{
127
128}
129
130.pwi_album{
131	float: left;
132	margin: 1em;
133	text-align: center;
134	color: #000000;
135	cursor: pointer;
136}
137
138.pwi_album_backlink{
139	text-decoration: underline;
140	cursor: pointer;
141}
142
143.pwi_album img{
144	border: 0px solid #7F7F7F;
145}
146
147.pwi_photo{
148	float: left;
149	margin: 1em;
150	text-align: center;
151	border: 0px dotted white;
152}
153.pwi_photo img{
154	border: 0px solid #7F7F7F;
155}
156
157.pwi_pager{
158	clear: both;
159}
160.pwi_prevpage, .pwi_nextpage, .pwi_pager_page, .pwi_pager_current{
161	float: left;
162	margin: 5px;
163
164}
165.link{
166	text-decoration: underline;
167	cursor: pointer;
168}
169
170.pwi_pager_current{
171	text-decoration: none;
172	font-weight: bold;
173}
174