/* Gallery Styles */


#leftarrow { position:absolute; margin-left:30px; margin-top:-100px;  filter:alpha(opacity=60);-moz-opacity:1.0;opacity:0.6; background:transparent; width:10px; height:19px; /*background:url(../images/arrow_left.gif) no-repeat top left;*/ display:none;}

#rightarrow { position:absolute; margin-left:610px; margin-top:-100px;   filter:alpha(opacity=60);-moz-opacity:1.0;opacity:0.6;   background:transparent; width:10px; height:19px; /*background:url(../images/arrow_right.gif) no-repeat top left;*/ display:none; }



#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width:615px; /* Set to gallery width, in px or percentage */
height: 180px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #ffffff; /* 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 */



