1div.jalbumslideshow {
2  text-align:right;
3}
4
5span.jalbumslideshow {
6  text-align:right;
7}
8
9div.jalbumslideshow img.jalbumslide {
10  margin-right:-25px;
11  border-right-color:#346633;
12  border-right-width:8px;
13  border-right-style:ridge;
14  border-bottom-color:#346633;
15  border-bottom-width:8px;
16  border-bottom-style:ridge;
17  border-left-color:#346633;
18  border-left-width:8px;
19  border-left-style:ridge;
20  border-top-color:#346633;
21  border-top-width:8px;
22  border-top-style:ridge;
23}
24
25div.jalbumnet {
26	position:relative;
27	overflow:visible;
28	z-index:99;
29	left:-85px;
30}
31