/* ATTENZIONE: gli stili di questo aggeggio sono definiti anche nel file config.js e sparsi in mopSlider-2.4.js */

.clear{
	clear:both;
	z-index: 1;
}

.container {
	color:white;
	width:100%;
	overflow:hidden;
	/*background-color:#1d3145;*/
	margin-top: 15px;
	z-index: 1;
}

.product{
	width:285px;
	height:165px;
	float:left;
	/*background-color:#00FF33;	*/
	padding:0;
	z-index: 1;
}
.productspacer{
	width:10px;
	height:165px;
	float:left;
	/*background-color:#00FF33;	*/
	padding:0 0 20px 0;
	z-index: 1;
}

.product .pic{
	width:285px;
	float:left;
	z-index: 1;
}


