.collections {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.collections li {
	width: 33%;
	position: relative;
	height: auto;
	display: inline-block;
    background-image:url(../images/_assets/indicatorwhite.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}
.collections li .thumb {
	width: 100%;
}
