#gallery {position: relative;}
#gallery .folder_nav {postion: relative; color: #D8D6D4; font-size: 1.1em; text-align: center; clear: both;}

#gallery #thumb_box {width: 100%; position: relative; margin-left: 2em; margin-right: 2em; }
#gallery #thumb_box .thumb {float: left; padding: 0.5em 0.5em 0.5em 0.5em; margin: 0; width: 244px; height: 180px; text-align: center; position: relative; overflow:hidden;}
#gallery #thumb_box .thumb .image {display: block; width: 240px; height: 160px; padding: 0; border: 1px solid #FFFFFF;}
#gallery #thumb_box .thumb .filename {padding: 0;}
#gallery #thumb_box .thumb A:hover .image {border-color: #000000;}

#gallery .image_nav {text-align: center; font-size: 1.2em; clear: both;}
#gallery .image_nav SPAN,
#gallery .image_nav A {padding-right: 20px; padding-left: 20px;}

#gallery #image_box {margin-top: 10px; margin-left: 10px; margin-right: 10px; margin-bottom: 0; padding: 0; text-align: center;}
#gallery #image_box IMG {border-style: solid; border-color: #FFFFFF;}

#gallery #image_name {text-align: center;}

#gallery #image_info {margin-top: 10px; margin-left: 3em;}

#gallery A:active img,
#gallery A:visited img,
#gallery A:link img,
#gallery A:hover img {border: 0;}

