#gallery_scroll * {
outline: none;
}

#gallery_scroll .image {
width: 604px;
height: 424px;
border-left: 3px solid #4a4a4a;
border-right: 3px solid #4a4a4a;
border-top: 3px solid #4a4a4a;
border-bottom: 1px solid #4a4a4a;
position: relative;
overflow: hidden;
}

#gallery_scroll .imagecontent {
display: none;
border: 2px solid #e0e0e0;
position: absolute;
top: 0px;
left: 0px;
user-select: none;
-moz-user-select: none;
}

#gallery_scroll .loading {
width: 604px;
height: 424px;
background: transparent url(/img/gallery_scroll_loading.gif) no-repeat center center;
position: absolute;
top: 0px;
left: 0px;
visibility: hidden;
filter: alpha(opacity=30);
-moz-opacity:0.3;
opacity: 0.3;
z-index: 1;
}

#gallery_scroll .navigation {
width: 610px;
background: #4a4a4a;
}

#gallery_scroll .left {
width: 30px;
height: 95px;
background: transparent url(/img/gallery_scroll_left.gif) no-repeat 50% 50%;
margin: 0px 0px 0px 0px;
float: left;
cursor: pointer;
}

#gallery_scroll .right {
width: 30px;
height: 95px;
background: transparent url(/img/gallery_scroll_right.gif) no-repeat 50% 50%;
margin: 0px 0px 0px 0px;
float: left;
cursor: pointer;
}

#gallery_scroll .thumbscroll {
margin-left: 0px;
border: 0px none transparent;
}

#gallery_scroll .thumbscroll td {
padding: 0px 0px 0px 0px;
}

#gallery_scroll .thumbs {
width: 550px;
height: 95px;
overflow: hidden;
float: left;
}

#gallery_scroll .thumb {
width: 114px;
height: 86px;
margin: 0px 2px 0px 0px;
border: 2px solid #e0e0e0;
cursor: pointer;
user-select: none;
-moz-user-select: none;
}

#gallery_scroll .thumbhover {
margin: 0px 2px 0px 0px;
border: 2px solid #d0d0d0;
cursor: pointer;
}

#gallery_scroll .clear {
clear: both;
}