That was quick. It works very well and you can adjust it further in the gallerystyle.css. I tried this
Code:
#motioncontainer a img {
border:none;
outline:none;
margin-top:24px;
}
#motioncontainer a:hover img {
border:none;
outline:none;
}
and thought it looked good. You could even set a background image in
Code:
#motioncontainer {
height:130px;
width:100%;
background:url("your-background-image.jpg");
}
if you want to have some arrows or some kind of indicators to help the users understand the functionality. But that's all up to you. Well done.
Bookmarks