/* CSS Document  */

#slide {
	width: 180px;
	height: 230px;
	line-height: normal;
	z-index:0;
/*	border:1px solid green;*/
}

#giu {
	text-align:right;
	margin-top:160px;
}
#su {
	text-align:right;
}
#dx {
	width: 26px;
	float: right;
}
#cont_est {
	height: 100px;
}

#pane-target {
	overflow: hidden;
	position: relative;
	width: 155px;
	/*height: 215px;*/
	height: 250px;
	/*border:1px solid black;*/
	float:left;
}

#pane-target ul {
	list-style-type:none;
/*	height: 120px;*/
	padding: 0px;
	margin: 0px;
}
#pane-target ul li {
	height:120px;
	padding: 0px;
	margin: 0px;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px dashed black;
}
#pane-target ul li img{margin-bottom:5px; float:left;}
#pane-target ul li a{text-decoration:none; color:#000000;}
/*----------pane_ --------*/
.solo #pane-target {
	height: 250px;
}

