#content .box1 {
	margin: 10px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0px solid white;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
    min-width: 100px;
    height: 100px;
}
#loader {
	height: 0;
	overflow: hidden;
	line-height: 60px;
    text-align: center;
    font-size: 13px;
}
#loader.active {
	height: 60px;
}
#loader img {
	vertical-align: text-bottom;
}
#content {
    width: 390px;
    margin: auto;
    text-align: left;
}