.wrapper {
	width: 550px;
	height: auto;
	position: relative;
/*	border: 1px solid lime;*/
}

/*-------------------picture container---------------*/

.container {
	width: 95px;
	height: 95px;
	position: relative;
	float: left;
	padding: 10px;
}

/*-------------------antifloat---------------*/

.antifloat {
	clear: both;
}