Hi,
I had the same problem. I solved it this way: in css added 2 new div’s (for left and right aling), they look like this:
#right {
width: 250;
height: 100;
display: inline;
float: right;
}
then, when adding new slideshow I simply put it in div. so the code is like this:
<div id=”right”>[slideshow=1]</div>
works well so far