
/*--------------------------------------fotogallery------------------------------------------*/

#containerfoto {
	width: 350px;
	height: 400px;
	position:relative;
	margin-left: 10px;
	margin-top: 10px;
	left: 153px;
	top: 5px;
}

a.gfoto span {
	display:hidden; 
	position:absolute;
	width:0px; 
	height:0px; 
	top: 5px; 
	left: 5px;
	overflow:hidden; 
}

a.gfoto, a.gfoto:visited {
	display:hidden; 
	text-decoration:none;
	width:340px; 
	height:18px; 
	float:left; 
	margin:2px 1px 1px 0px;
	z-index:100;
}
/*
a.foto0 {background:url(../ima/foto0.jpg);}
a.foto1 {background:url(../ima/foto1.jpg);}
a.foto2 {background:url(../ima/foto2.jpg);}
a.foto3 {background:url(../ima/foto3.jpg);}
a.foto4 {background:url(../ima/foto4.jpg);}
a.foto5 {background:url(../ima/foto5.jpg);}
a.foto6 {background:url(../ima/foto6.jpg);}
a.foto9 {background:url(../ima/foto9.jpg);}
a.foto10 {background:url(../ima/foto10.jpg);}
*/
a.gfoto:hover {
	border:1px solid #ddd;
}
a.gfoto:hover img {
	border:1px solid #ddd; 
	position:relative; 
	z-index:100;
}
a.gfoto:active img, a.gfoto:focus img {
	border:1px solid #ddd; 
	position:relative; 
	z-index:50;
}
a.gfoto:hover span {
	display:block; 
	position:absolute; 
	width:150px;
	height:400px;
	top:0px;
	left:-162px;
	background:transparent; 
	z-index:100;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

