/* Gallery Styles */

#motioncontainer {
margin:0 auto;
width: 80%; /* Set to gallery width, in px or percentage */
height: 172px; /* Set to gallery height */
}

.topfilmstrip {
margin:0 auto;
width: 80%; /* Set to gallery width, in px or percentage */
height:12px;
background-image: url(../images/filmstrip.gif);
background-position: 0% 0%;
background-repeat: repeat-x;
background-color: #ffffff;
padding: 0 0 0 0;

}

#motioncontainer a img {
border: 0px solid #0000ff; /* Set image border color */
}

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

#statusdiv {
background-color: lightyellow;
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 */

