ok, I found a simple solution
First I used the changed code from the first reply:
Code: |
{$id}_wrapper .ari-cloud-carousel-left
{
float: right;
}
{$id}_wrapper .ari-cloud-carousel-right
{
float: right;
}
|
After that I saw that the buttons appeared on the carousel but they were swapped (left was at right position and right was at left)...
So... I just changed the names of graphic files:
original name: "rotate-left.png" was changed into: "rotate-right.png"
original name: "rotate-right.png" was changed into: "rotate-left.png"
Thanks for Your tip.
Regards.