/* Gallery Styles */
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width:700px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
padding-bottom:80px;
}
#left{
width:30px;
height:32px;
float:left;
padding-top:35px;
}
#rigth{
width:33px;
height:32px;
float:right;
padding-top:35px;
padding-left:250px;
}
/*#motioncontainer a img {
 border: 1px solid #cccccc;  Set image border color 
}
*/

/*#motioncontainer a:hover img {
border: 1px solid navy;  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;
display:none;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
