/* CSS Document */


@media screen and (max-width:640px) {
.gallery li img{
	width: 260px;
	height: auto;
}
}