/* Gallery Styles */

#motioncontainer {
margin: 5px 0px 5px 0px;  /* Uncomment this line if you wish to center the gallery on page */
width: 395px; /* Set to gallery width, in px or percentage */
height: 67px; /* Set to gallery height */
display: inline;
float: left;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #cccccc; /* 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: cccccc; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



#dynamic_title3 {padding: 0px; margin: 0px; size: 14pt; font-weight: bold;}




/* -- MUST HAVE NEXT TO RIGHT SO THAT THE SLIDE APPEARS FIRST BUT IS CODED LAST; OTHERWISE IT DOESN'T WORK -- */
#gallery_overall_motion_container {
width: 100%;
}

#dynamic_prev1, #dynamic_prev2, #dynamic_prev3 {
margin: 2px 0px 0px 0px;  /* Uncomment this line if you wish to center the gallery on page */
width: 41px; /* Set to gallery width, in px or percentage */
height: 67px; /* Set to gallery height */
display: inline;
float: left;
}

#dynamic_next1, #dynamic_next2, #dynamic_next3 {
margin: 2px 0px 0px 0px;  /* Uncomment this line if you wish to center the gallery on page */
width: 36px; /* Set to gallery width, in px or percentage */
height: 67px; /* Set to gallery height */
display: inline;
float: right;
}

/* -- MUST HAVE GALLERY IN CONTAINER SO THAT THE SLIDE APPEARS FIRST BUT IS CODED LAST; OTHERWISE IT DOESN'T WORK -- */
#gallery_container {
position: relative;
padding: 0px;
margin: 0px;
width:477px;
min-height: 150px;

}

#gallery_slide {
position: absolute;
padding: 0px;
margin: 0px;
left: 0px;
top: 0px;
height: 67px;
width: 100%;
}

#gallery_descriptions {
position: absolute;
padding: 0px 5px 0px 25px;
margin: 0px;
left: 0px;
top: 100px;
min-height: 150px;
font-size: 8pt;
}

#gallery_descriptions img {margin: 0px 5px 0px 0px; }




