/* GENERAL STYLES */
.arrowL {
background:url(/images/arrowL.jpg) no-repeat left center;
padding-left:20px;
}
.arrowR {
background:url(/images/arrowR.jpg) no-repeat right center;
padding-right:20px;
}

#motioncontainer {
width:680px;  /*710px; Set to gallery width, in px or percentage */
height: 72px; /* Set to gallery height */

}

#motioncontainer a img {
/*border: 1px solid #cccccc;*/ /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #cdd071; /* 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 */
}

/* EDITOR PROPERTIES */

