.inline{
	width:100%;
    clear:both;
}

.inline .child{
    float:left;
	display:inline
    width: 20%;
    padding: 10px;
}

.child {
    height: 100px;
    width:12%;
}

#content {
    height: 1080px;
}

.child img {
    height: 94px;
}


.horizontal .child {
    text-align: center;
    width:17.7%;
}

.vertical .child {
    text-align: center;
    width:14.4%;
}

.models .child {
    text-align: center;
    width: 31%;
}


