/* Gallery Styles */

#motioncontainer {
margin:0 auto;
width: 950px; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
/*background-color:#000000; */
padding:0px;
}

#motioncontainer a img {
border: 0px; /* Set image border color */
margin-right:-5px;
margin-top:-1px;
}

#motioncontainer a:hover img {
border: 0px; /* Set image border hover color */
}

#statusdiv {
border: 0px;
position: absolute; /* Stop Editing Gallery Styles 
left: -300px;*/
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

img#rightscroll, img#leftscroll {
position:absolute;
z-index:10;
right:10px;
bottom:0px;
}

img#leftscroll {
left:10px;
}

/* End Gallery Styles */

