@charset "utf-8";
/* CSS Document */

.gallery li {
        display: inline;
        list-style: none;
        width: 150px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}
	
* {
	font-family: Arial, Helvetica, sans-serif !important;

}

.sold {
	color: red;
	font-weight: bold;
}

.small {
	font-size: 16px;
	color: white;
}

.smallblack {
	font-size: 16px;
	color: black;
}
	
.big {
	color: #0C6;
	font-weight: bold;
	size: 16px;
}
