1--- orig/jquery.slimbox2.css 2009-11-05 19:12:02.000000000 +0100 2+++ jquery.slimbox2.css 2009-11-05 18:49:32.000000000 +0100 3@@ -19,7 +19,7 @@ 4 } 5 6 .lbLoading { 7- background: #fff url(loading.gif) no-repeat center; 8+ background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center; 9 } 10 11 #lbImage { 12@@ -43,7 +43,7 @@ 13 } 14 15 #lbPrevLink:hover { 16- background: transparent url(prevlabel.gif) no-repeat 0 15%; 17+ background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%; 18 } 19 20 #lbNextLink { 21@@ -51,7 +51,7 @@ 22 } 23 24 #lbNextLink:hover { 25- background: transparent url(nextlabel.gif) no-repeat 100% 15%; 26+ background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 15%; 27 } 28 29 #lbBottom { 30@@ -69,7 +69,7 @@ 31 float: right; 32 width: 66px; 33 height: 22px; 34- background: transparent url(closelabel.gif) no-repeat center; 35+ background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat center; 36 margin: 5px 0; 37 outline: none; 38 } 39