/* Gallery Styles */
#filmstreifen_oben { width: 620px; background: url(filmstreifen_oben.jpg) repeat-x; height: 23px;}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 600px; /* Set to gallery width, in px or percentage */
height: 120px; /* Set to gallery height */
background-color: #000000; 
padding: 10px;
padding-bottom: 0px;
margin-left: 0px;
}


#motioncontainer a img { border: 5px solid #000000; /* Set image border color */}

#motioncontainer a:hover img { border: 5px solid #000000; /* Set image border hover color */ }

#statusdiv {
background-color: #ffffff;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
#unten { width: 620px; background: url(filmstreifen_unten.jpg) repeat-x; height: 25px; }
