/* Gallery Styles */

#motioncontainer {
/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 825px; /* Set to gallery width, in px or percentage */
height: 70px; /* Set to gallery height */
margin-left: -20px;

}

#motioncontainerW {
/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 1025px; /* Set to gallery width, in px or percentage */
height: 70px; /* Set to gallery height */
margin-left: -20px;

}

#motioncontainer2 {
/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 553px; /* Set to gallery width, in px or percentage */
height: 70px; /* Set to gallery height */
margin-left: 0px;
float: right;
top: 10px;
right: 5px;
}

#motioncontainer a img {
border: 1px solid #000000; /* Set image border color */
margin-left: 7px;
margin-right: 7px;
}

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

#motioncontainer2 a img {
border: 1px solid #000000; /* Set image border color */
margin-left: 7px;
margin-right: 7px;
}

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

#motioncontainerW a img {
border: 1px solid #000000; /* Set image border color */
margin-left: 7px;
margin-right: 7px;
}

#motioncontainerW a:hover img {
border: 1px solid #ffffff; /* 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 */
}

#motioncontainer2 a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

