

#divGallery 
{
    padding: 9px 0 0 0;
	width: 391px;
	height: 285px;
	overflow: hidden;
}

.divThumbnail {
	float: left;
	display: inline;
	width: 116px;
	height: 95px;
	padding-left: 13px;
}


.thumbnailhover{
	background: none;	
	display: block;
	width: 116px;
	height: 90px;
}

a.thumbnailhover:hover{
	background-color: #E8EAC7;
	display: block;
	width: 116px;
	height: 90px;
}

.imgThumb 
{
    background: #E8EAC7;
    display:block;
    margin: auto;
    padding: 3px;
    width: 106px;
    height: 70px;
    border: none;
}





	
