/*Onsitus.it - css orizzontale accordion gratuito - esempio 14/free css horizontal accordion - example 14:
Altri menu gratuiti/Other free css menu:
http://css.flepstudio.org/css/css-menu/
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto
If you use this template, thank you to leave those information or a link back to onsitus.it is always welcome*/
body{
background-color:#000;
}
#slide_orizzontale{
width:390px;
padding:Opx;
overflow:hidden;
position:relative;
background-color:#e6e6e6;
font-family:Arial, "Sans Serif";
font-size:11px;
color:#FFF;
}
#slide_orizzontale a{
display:block;
width:21px;
height:210px;
position:relative;
float:left;
overflow:hidden;
background:#333366 url(../img/a_bg.jpg) repeat-y top left;
text-decoration:none;
color:#FFF;
}
#apertura{
position:absolute;
top:10px;
left:88px;
}
.title, .background_img, .background_span, .description{
	display:block;
	position:absolute;
	cursor:default;
	height: 211px;
}
.title{
	width:21px;
	bottom:-2px;
	left:1px;
	text-align:center;
}
.background_img{
width:244px;
height:200px;
top:10px;
left:35px;
border:none;
}
.background_span{
	width:212px;
	height:168px;
	top:30px;
	left:55px;
	background-color:#000;
	opacity:0.3;
	filter: alpha(opacity=60);
}
.description{
width:202px;
height:158px;
top:40px;
left:65px;
text-align:justify;
overflow:hidden;
}
.description b{
display:block;
font-size:13px;
}
#slide_orizzontale a:hover{
width:280px;
}

