Thumbnails on right
Add this to style.css in your theme folder. You may need to adjust to suit the size of your gallery.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.photospace .thumnail_col {
float:right !important;
}
.photospace .gal_content {
float:left !important;
}
.photospace ul.thumbs li {
margin-left:10px;
margin-right:0 !important;
}
.photospace .thumnail_col a.pageLink {
margin-left:10px;
margin-right:0;
}