also to gregorp had a look at your site and you might want to put this css in the style sheet it will give you a border rounded corners and a drop shadow good luck
.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #666;
display:block;
margin:4px 0px 4px 5px;
padding:5px;
position:relative;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 1px 2px 6px #333;
-moz-box-shadow: 1px 2px 6px #333;
-webkit-box-shadow: 1px 2px 6px #333;
float: left;
}