
.thumb a img 
{
	border-color:#CCCCCC;
}

.thumb img
{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#F3F3F3 none repeat scroll 0%;
	border:1px solid #DDDDDD;
	margin:1px;
	padding:7px;
}

.thumb a:hover img {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-color:#3388CC;
border-width:2px;
margin:0pt;
}

#myGallery
{
width: 220px;
height: 168px;
margin-bottom:5px;
}