/* =============== Fotoshow =============== */

.lb_left {
	width:260px;
	height:auto;
	float:left;
	border: 0px solid red;
	margin: 10px 0px 0px 0px;
}

.lb_right {
	width:260px;
	height:auto;
	float:right;
	border: 0px solid red;
	margin: 10px 0px 0px 0px;
}

.box{
	margin: 10px 0px 30px 0px;
	height: 160px;
	width: 240px;
	background-color: #5f5f5f;
	padding: 1px 1px 1px 1px;
	border: solid 8px #2F2F2F;
	font-size: 0px;
}


