img {
    max-width: 100%;
    max-height: 100%;
/*    display: block;*/
}

.thumbnail {
/*	position: absolute;
    top: 50%;
    left: 50%;
    
    width: 110px;
    height: 71px;*/
	float: left;
}

.image {
/*    width: 100%; */  
    height: 50px;
	list-style-type:none;
	list-style: none;
	text-align: center;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(10); /* Safari and Chrome */
    -moz-transform:scale(10); /* Firefox */
    -ms-transform:scale(10); /* IE 9 */
    -o-transform:scale(10); /* Opera */
     transform:scale(10);
}
