.gallery div{
/*height: 150px;
overflow: scroll;*/
}
.gallery img {
	display:block;
	padding: 0px;
	background: #051aba;
	box-shadow: 1px 1px 1px #000;
	border: 0px solid #051aba;
	width: 100px;
	align: left;
	
	
}
.gallery img:hover {
box-shadow: 3px 3px 3px #000;
}		
.gallery{
width:auto;
margin:auto;
align:center;
}
.gallery li{
list-style-type:none;
float:left;
margin:5px;
}