/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 570px; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
position:relative;
overflow:hidden;
}
.TN { width: 150px; height: 100px; border: solid 2px #00335b; cursor:pointer       }
.TN:hover { border-color: yellow; }
#statusdiv { background-color: #ffffcc; border: solid 1px gray; padding: 2px; position: absolute; /* Stop Editing Gallery Styles */
top: -30px; left: -300px; visibility: hidden; }
#targetWin { background-image: url(../../images/searching_progress.gif); background-repeat: no-repeat; background-position: center; width: 570px; clear: both; min-height: 382px; margin-top: -30px; }
/* -----  Toggle show hide for image SlideShow  ----- */
.show { display: block; }
.hide { display: none; }
#PictureCaption { color: white; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width: 75%; clear: both; }
/* End Gallery Styles */

