.hoverable{
	float:left;
	border: 2px solid #d4d6d8;
	margin:2px 8px;
	width: 100px;
	height:136px;
	/*cursor: hand;*/
	cursor:pointer;
	background-color:  #b598c8;
	background-position: top center;
}
.hoverable:hover{
	border: 2px solid #b598c8;
}


.sele{
	position:relative;
	margin:15px auto;
	width: 200px;
	height:260px;
	/*cursor: hand;*/
	cursor:pointer;
	background: no-repeat  #d4d6d8 top center;
}


div.dettaglio_abito{
	position:absolute;
	top:5px;left:410px;
	width:205px;height:300px;
}

div.lista_abiti{
	position:absolute;
	top:12px;left:5px;
	width:400px;height:290px;
	/*border:1px solid #000;*/
}

#nome_abito{	
	position:relative;
	top:10px;left:5px;
	width:200px;height:20px;
	font-size:13px;
	color:#828284;
	font-weight:bold;
	text-align:left;
}

#transp{
	position:absolute;
	top:230px;left:0px;
	width:100%;height:30px;
	background-image:url(../img/quad.png);
	text-align:center;
	font-family:verdana;
	font-size:10px;
	color:#7a5e8e;
	font-weight:bold;
}
#preva{	float:left;	width:25%;height:25px;visibility:hidden;background:url(../img/prev.gif) center center no-repeat;}
#foto{	float:left;	width:50%;height:30px;padding-top:10px;}
#nexta{	float:left;	width:25%;height:25px;visibility:hidden;background:url(../img/next.gif) center center no-repeat;}