@import url('/plugins/book/css/book.css');

.content_offer {
	
}

.content_offer ul.pictures {
	list-style-type: none;
	width: 100%;
}
.content_offer ul.pictures li {
	float: left;
	width: 33%;
	margin: 0;
	text-align: center;
}
	.content_offer ul.pictures li img {
		background: #fff;
		padding: 5px;
	}
.content_offer ul.pictures li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
}