.gallery {clear: both; float: left; }

.gallery ul { margin:0; padding:0; list-style:none; position:relative; }

.gallery ul li { display:block; width:auto; color:#fff; }
.gallery ul li a { display:block; width:auto; color:#fff; text-decoration:none; padding:8px 1.3em 0px 1em; font:1.1em Verdana, sans-serif; background:url(../images/nav_arrow.jpg) right 0 no-repeat; }
.gallery ul li a:hover { text-decoration:underline; background:url(../images/nav_arrow.jpg) right -36px no-repeat; }
.gallery ul li.first {  }

.gallery ul li ul { position:relative; height:auto; width:95%; left:2%; padding:8px 5px 0px 5px; }
.gallery ul li:hover ul,
.gallery ul li.over ul { display:block; }
.gallery ul li ul li { display:block; float: left; background-image:none; height:auto; width: 115px; margin: 5px; }
.gallery ul li ul li a { background-image:none; padding:0px; position:relative; display:block; background-color:#fff; }
.gallery ul li ul li a:hover { background-image:none; z-index:2; }
.gallery ul li ul li a img { position:relative; left: 1px; top:1px; border:0; margin:0; padding:0; text-align: center; }
.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img { z-index:1; }
.gallery ul li.overview { display:block; padding:5px 10px 0px 10px; color:#000; width: 500px;}


#gallery1 ul { z-index:2; }
#gallery2 ul { z-index:1; }
