#morebox
{
	width:100%; 
	height:100px; 
	clear:both;
}

.morethumbnail
{
	border: 1px solid #ccc;
    width: 90px;
    height: 90px;
	transition:0.5s ease; 
	
}
.moreone:hover .morethumbnail
{
	transform:scale(0.9,0.9);
	transition:0.5s ease;
	box-shadow: 1px 1px 10px  1px #FFF;
}