Skin Change example
It's easy to change skin. No need to edit core files of the gallery. Only the skin css / images. Every gallery graphic item is skinnable and could be easily edited.In the head include the skin:
<head>
other header includes
...
<link rel='stylesheet' href='unitegallery/skins/alexis/alexis.css' type='text/css' />
</head>
Options to put this gallery:
jQuery("#gallery").unitegallery({
... (some options)
gallery_skin: "alexis"
});