/* ============================= CONTORNO STONDATO LARGH. 100px MASCHERA BIANCO =================================== */
.foto {
	width: 100px;
	height: 100px;
	min-height: 100px;
	padding: 5px;
}

.foto .stondatura_bg {
	width: 100px;
	background: url(../images/llp/imgbox_100_bg.gif) repeat-y center;
	height: 100px;
	min-height: 100px;
}

.foto .stondatura_top {
	width: 100px;
	background: url(../images/llp/imgbox_100_header.gif) no-repeat top;
	height: 100px;
	min-height: 100px;
}

.foto .stondatura_bottom {
	width: 100px;
	background: url(../images/llp/imgbox_100_footer.gif) no-repeat bottom;
	height: 100px;
	min-height: 100px;
}

/* ============================= CONTORNO STONDATO LARGH. 200px MASCHERA BIANCO =================================== */
.foto2 {
	float: right;
	width: 200px;
	text-align: right;
	height: 200px;
	min-height: 200px;
	padding: 5px;
}

.foto2 .stondatura_bg {
	width: 200px;
	background: url(../images/llp/imgbox_200_bg.gif) repeat-y center;
	height: 200px;
	min-height: 200px;
}

.foto2 .stondatura_top {
	width: 200px;
	background: url(../images/llp/imgbox_200_header.gif) no-repeat top;
	height: 200px;
	min-height: 200px;
}

.foto2 .stondatura_bottom {
	width: 200px;
	background: url(../images/llp/imgbox_200_footer.gif) no-repeat bottom;
	height: 200px;
	min-height: 200px;
}


/* ============================= CONTORNO STONDATO LARGH. 100px MASCHERA GRIGIO =================================== */
.foto1g {
	width: 100px;
	min-height: 100px;
}

.foto1g .stondatura_bg {
	width: 100px;
	background: url(../images/llp/imgbox_100g_bg.gif);
	background: repeat-y center;

	z-index: auto;
}

.foto1g .stondatura_top {
	width: 100px;
	background: url(../images/llp/imgbox_100g_header.gif) no-repeat top;
	z-index: auto;
}

.foto1g .stondatura_bottom {
	width: 100px;
	background: url(../images/llp/imgbox_100g_footer.gif) no-repeat bottom;
	z-index: auto;
}

.foto1g .foto {
	z-index: -1;
}

/* ============================= CONTORNO STONDATO LARGH. 200px MASCHERA GRIGIO =================================== */
.foto2g {
	width: 200px;
	height: 200px;
	min-height: 200px;
}

.foto2g .stondatura_bg {
	width: 200px;
	background: url(../images/llp/imgbox_200g_bg.gif) repeat-y center;
	z-index: auto;
}

.foto2g .stondatura_top {
	width: 200px;
	background: url(../images/llp/imgbox_200g_header.gif) no-repeat top;
	z-index: auto;
}

.foto2g .stondatura_bottom {
	width: 200px;
	background: url(../images/llp/imgbox_200g_footer.gif) no-repeat bottom;
	z-index: auto;
}

.foto2g .foto {
	z-index: -1;
}

