


.gallery {
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	padding:0px;
	margin:0px;
}
.gallery li {
    margin: 0 0px 10px 10px;
    float: left;
    width: 19%;
    height: 150px;
    overflow: hidden;
}
.gallery li img {
    width: 100%;
    height: auto;
    min-height: 200px;
}

#content {
	
}
#content .wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}