﻿/*-- Styles for the gallery --*/
 
.thumbnails img {
height: 80px;
border: 4px solid #555;
padding: 1px;
margin: 0 10px 10px 0;
}
 
.thumbnails img:hover {
border: 4px solid #00ccff;
cursor:pointer;
}
 
.showit {
font-family: Verdana;
}

.showit img {
border: 4px solid #444;
padding: 1px;
height: 500px;
}

