

#galerie
{
background-color:#FFFFFF; 
position:relative;
margin-left:auto; 
margin-right:auto; 
text-align:left;
width:900px;
height: 160px; 
padding-left: 10px ;
padding-right: 10px;
-moz-border-radius:10px;
-khtml-border-radius:30px;
}


#galerie li
{
list-style-type: none;
float: left;
margin: 0 10px 10px 0;
text-align: center;
position: relative;
}

#galerie img
{
width: 100px;
height: 100px;
display: block;
padding: 3px;
border: 1px solid #8B0000;
} 

#galerie a .gross
{
display: none;
}

#galerie a:hover .gross
{
width: 250px;
height: 188px;
display: block;
position: absolute;
top: -50px;
left: -50px;
z-index: 1;
background: #fff;
}

/*--Spezialangaben für den Internet Explorer 7--*/
*+html #galerie a:hover { z-index: 1;}
*+html #galerie li{position: static;}
*+html #galerie a {position: relative;}

/*--Spezialangaben für den Internet Explorer 6--*/
*html #galerie a:hover {display: block;z-index: 1;}
*html #galerie li{position: static;}
*html #galerie a {position: relative;} 


.
