body{
		background-color : #e8b05a;
}
img{
border:none;
}
#contenitore{
width:600px;
margin:auto;
margin-top:50px;
color:#FFFFFF;
}
a{

text-decoration:none;
}

 /*inizio stile css galleria*/
#css_galleria_1{
position:relative;
width:595px;
height:370px;
border:1px solid #FFFFFF;
padding:20px 10px 20px 20px;
}
#css_galleria_1 a{
display:block;
float:left;
width:75px;
height:350px;
margin-right:10px;
padding-bottom:10px;
outline:none;
border-bottom:10px solid #333333;
color:#FFFFFF;
text-decoration:none;
}
#css_galleria_1 a:hover{
border-bottom:10px solid #666666;
}
#css_galleria_1 a b, #css_galleria_1 a span{
display:none;
}
#css_galleria_1 a:hover b{
display:block;
position:absolute;
top:20px;
left:20px;
z-index:1;
}
#css_galleria_1 a:hover span{
display:block;
position:absolute;
width:555px;
left:30px;
bottom:50px;
padding:5px;
background-color:#000000;
z-index:2;
}
#css_galleria_1 #pic_1{
background: url(img/prova/prova_01.png) no-repeat;
}
#css_galleria_1 #pic_2{
	background: url(img/prova/prova_02.png) no-repeat;
}
#css_galleria_1 #pic_3{
	background: url(img/prova/prova_03.png) no-repeat;
}
#css_galleria_1 #pic_4{
	background: url(img/prova/prova_04.png) no-repeat;
}
#css_galleria_1 #pic_5{
	background: url(img/prova/prova_05.png) no-repeat;
}
#css_galleria_1 #pic_6{
	background: url(img/prova/prova_06.png) no-repeat;
}
#css_galleria_1 #pic_7{
	background: url(img/prova/prova_07.png) no-repeat;
margin-right:0;
}
