.divThumbnail {
	float: left;
	display: inline;
	width: 81px;
	height: 92px;
	padding-right: 14px;
}


.thumbnailhover{
	background: none;	
	display: block;
	width: 81px;
	height: 86px;
}

a.thumbnailhover:hover{
	background-color: #DCDCDC;
	display: block;
	width: 81px;
	height: 86px;
}

.imgThumb 
{
    background: #DCDCDC;
    display:block;
    margin: auto;
    padding: 3px;
    width: 75px;
    height: 75px;
    border: none;
}





	

