--- orig/jquery.slimbox2.css 2009-11-05 19:12:02.000000000 +0100 +++ jquery.slimbox2.css 2009-11-05 18:49:32.000000000 +0100 @@ -19,7 +19,7 @@ } .lbLoading { - background: #fff url(loading.gif) no-repeat center; + background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center; } #lbImage { @@ -43,7 +43,7 @@ } #lbPrevLink:hover { - background: transparent url(prevlabel.gif) no-repeat 0 15%; + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%; } #lbNextLink { @@ -51,7 +51,7 @@ } #lbNextLink:hover { - background: transparent url(nextlabel.gif) no-repeat 100% 15%; + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 15%; } #lbBottom { @@ -69,7 +69,7 @@ float: right; width: 66px; height: 22px; - background: transparent url(closelabel.gif) no-repeat center; + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }