/* Gallery Styles */

#motioncontainer {
width: 100%; /* Set to gallery width, in px or percentage */
height: 180px; /* Set to gallery height */
}

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

#motioncontainer a:hover img {
border: 1px solid #252f4c; /* Set image border hover color */
}

#statusdiv {
background-color:#FFFFFF;
border: 1px solid gray;
padding: 2px;
position: absolute; 
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: #3f877b; 
}


