/* CSS Document */

#galleryWrapper {position:relative; width:100%; height:100px; border-bottom:2px solid #000; border-top:2px solid #000;}
#galleryBox {position:absolute; width:980px; height:100px; overflow:hidden; background:#fff;}
#gallery {position:relative; width:auto; height:100px;}

#gallery table {height:100px; padding:0;}
#gallery td {padding:0 15px;}
#gallery a:link img {padding:1px; border:1px solid #fff;}
#gallery a:visited img {padding:1px; border:1px solid #fff;}
#gallery a:hover img {padding:1px; border:1px solid #000;}

#galleryArrowLeft{position:relative; width:20px; height:100px; z-index:10; float:left;}
#galleryArrowRight{position:relative; width:20px; height:100px; z-index:20; float:right;}


