/* Gallery */

.galleryList-item {
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    /*float: left;*/
}

.galleryList-info{
    /*float: left;*/
    width: 280px;
    height: 70px;
    margin: 0 10px 0 10px;
}

.galleryList-thumb{
    /*float: left;*/
}

#people_preview {
	padding: 2px;
    margin: 5px;
    border: 1px solid #ccc;
	float: left;
	width: 200px;
	height: 90px;
}
