.box{
    cursor: pointer;
}
.box:hover {
	opacity: 0.7;
/*	background-color: #fff; */
}

.clear-both {
	clear: both;
}