.gallery { background-repeat: no-repeat; background-attachment: scroll; background-position: right top; padding:0 4px 10px 0; }
.gallery ul { background-repeat: repeat-x; background-attachment: scroll; background-position: left top; margin:0; padding:0; list-style:none; position:relative; height:36px; }

.gallery ul li { display:block; width:auto; float:left; color:#fff; height:36px; }
.gallery ul li a { display:block; width:auto; color:#fff; text-decoration:none; padding:8px 1.3em 8px 1em; font:10px Verdana, sans-serif; background-image: url(../images/nav_arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right 0; }
.gallery ul li a:hover { background-image: url(../images/nav_arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right -36px; text-decoration:underline; }
.gallery ul li.first { background-repeat: no-repeat; background-attachment: scroll; background-position: left top; }

.gallery ul li ul { background-repeat: repeat-x; background-attachment: scroll; background-position: left -34px; display:none; position:absolute; top:34px; height:auto; width:95%; left:2%; padding:8px 5px 15px; border-right-width: 1px; border-bottom-width: 6px; border-left-width: 1px; }
.gallery ul li:hover ul,
.gallery ul li.over ul { display:block; }
.gallery ul li ul li { display:inline; float:none; background-image:none; height:auto; }
.gallery ul li ul li a { background-image:none; margin:8px; padding:2px; position:relative; float:left; display:block; width:75px; height:50px; border-width: 1px; }
.gallery ul li ul li a:hover { background-image:none; z-index:2; }
.gallery ul li ul li a img { position:absolute; top:2px; width:75px; height:50px; border:0; margin:0; padding:0; }
.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img { width:100px; height:75px; top:-10px; z-index:1; border:solid 1px #000; }
.gallery ul li.overview { display:block; clear:both; padding:5px 10px 0; color:white; }


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