#image_gallery {
position: absolute;
top: 56px;
width: 160px;
margin-right: -1em;
}
ul#gallery_thumbs {
list-style: none;
margin-top: 2em;
margin-left: 0;
padding: 0;
}
#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #000;
border: 0;
margin-right: 2em;
margin-bottom: 1em;
}
.thumb a:active img, .thumb a:focus img {
background-color: transparent;
}
.thumb span { /* hides large previews */
visibility: hidden;
display: block;
position: absolute;
height: 368;
}
.thumb span img { /* styles large previews */
position: absolute;
background: #fff;
display: block;
border: 0;
height: 368;
clear: both;
}
.thumb:active span, .thumb:focus span { /* displays preview while hovering over thumb */
visibility: visible;
top: 0; /* absolute positioning to control where previews are displayed */
left: 16px;
height: 368;
margin-left: 189px;
margin-top: 33px;
z-index: 100;
}



#image_gallery2 {
position: absolute;
top: 56px;
left: 1075px;
width: 160px;
margin-right: -1em;
}
ul#gallery_thumbs2 {
list-style: none;
margin-top: 2em;
margin-left: 0;
padding: 0;
}
#gallery_thumbs2 li {
background: none;
display: inline;
}

.thumb2 img { /* styles thumbnail previews */
background: #000;
border: 0;
margin-right: 2em;
margin-bottom: 1em;
}
.thumb2 a:active img, .thumb a:focus img {
background-color: transparent;
}
.thumb2 span { /* hides large previews */
visibility: hidden;
display: block;
position: absolute;
height: 368;
}
.thumb2 span img { /* styles large previews */
position: absolute;
background: #fff;
display: block;
border: 0;
height: 368;
clear: both;
}
.thumb2:active span, .thumb2:focus span { /* displays preview while hovering over thumb */
visibility: visible;
top: 0; /* absolute positioning to control where previews are displayed */
left: 16px;
height: 368;
margin-left: -793px;
margin-top: 33px;
z-index: 100;
}
span div.caption {
position: absolute;
top: 375px;
width: 720px;
font-size: .8em;
}

.webkit .thumb:hover span{
visibility: visible;
top: 0; /* absolute positioning to control where previews are displayed */
left: 16px;
height: 368;
margin-left: 189px;
margin-top: 33px;
z-index: 100;
}

.webkit .thumb2:hover span {
visibility: visible;
top: 0; /* absolute positioning to control where previews are displayed */
left: 16px;
height: 368;
margin-left: -793px;
margin-top: 33px;
z-index: 100;
}

.webkit #image_gallery li a{
display: inline-block;
width: 210px;
margin-right: -10px;
}

.webkit #image_gallery2 li a{
display: inline-block;
width: 210px;

}
