/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 618px; /* Set to gallery width, in px or percentage */
height: 60px; /* Set to gallery height */
margin-top: 10px;
}





#motioncontainer img {
border: 2px solid #a1abc2; /* Set image border color */
width: 70px; height: 50px; margin-right: 8px
}

#motioncontainer img:hover {
border: 2px solid #4d463e; /* 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 */

#motioncontainer-wrap{ position: relative; width:100%; border: 0px solid #000; overflow: hidden;}
#motioncontainer-wrap #motioncontainer #thumb-arrow-left{ position: absolute; left:0px; top: -4px; z-index:1; border: none; width: 17px; height: 64px;}
#motioncontainer-wrap #motioncontainer #thumb-arrow-right{ position: absolute; right:-5px; top: -4px; z-index:1; border: none; width: 17px; height: 64px;}

#motioncontainer-wrap img.thumb-margin{ width:12px; border: none}