/* =CONTAINER/CONTENT */
#main_content_gradient{z-index:1; float:left; width:620px; height:282px; margin-top:0;}
#main_content_box{z-index:1; height:282px; width:620px; background-color:#e3e3e3; margin:7px;border:1px solid #ddd;}
#test {width:100%}
#test li {float:left;}

/*======= GALLERY SPECIFIC STYLES =======*/
div.gallery_nav{width:500px; height:20px; position:absolute; background-color:#fff; color:#000; z-index:999; text-align:center; padding:10px 0; top:200px; left:130px; border:2px solid #999;}
body div#container_wrapper div#main_content_gradient div#gallery_box div.gallery_nav a.close, body div#container_wrapper div#main_content_gradient div#gallery_box div.gallery_nav a.close:link{position:relative; left:10px;font-size:.9em;color:#ff0033;}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 620px; /* Set to gallery width, in px or percentage */
height: 282px; /* Set to gallery height */
}
/*
#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;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
