@charset "utf-8";
/* CSS Document */

#gallery {
    margin: 0 auto;
    overflow: hidden;
}
 
#gallery li {
    max-width: 320px;
    padding: 2px;
}
 
#gallery li img {
    max-width: 100%;
    height: auto;
}
  
.item{
	overflow: hidden;
}