

#bildergalerie
{
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: 1;
width: 100%;
min-width: 939px;
height: 567px;
}



.bildcontainer
{
float: left;
width: 932px;
height: 567px;
overflow: hidden;
}



#nachrechts
{
position: absolute;
top: 0;
right: 0;
width: 50%;
z-index: 1;

}

#nachlinks
{
position: absolute;
top: 0;
left: 0;
width: 50%;
z-index: 1;
}

#pfeill
{
position: relative;
margin-right: 466px;
height: 567px;
z-index: 20;
background: url(../images/arrow_left.png) no-repeat right;
opacity:0.8;
cursor:pointer;
}

#pfeilr
{
position: relative;
margin-left: 466px;
height: 567px;
z-index: 20;
background: url(../images/arrow_right.png) no-repeat left;
opacity:0.8;
cursor:pointer;	
}




