#slideshow_gallerylink {
 margin: 0 auto 5px 45px;
}
#slideshow_gallerylink, #slideshow_gallerylink a, #slideshow_gallerylink a:hover {
 color: #666;
 font-size: 13px;
 font-weight: bold;
}
#slideshow_gallerylink a {
 text-decoration: none;
}
#slideshow_gallerylink a:hover {
 text-decoration: underline;
}

#slideshow_wrapper {
 width: 762px;
 height: 60px;
 padding: 7px 0 7px 0;
 background-color: #333;
 background-image: url(/images/slideshow_bg.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 color: #fff;
 text-align: center;
}

#slideshow_left {
 width: 40px;
 height: 60px;
 float: left;
}

#slideshow_right {
 width: 40px;
 height: 60px;
 float: right;
}

#slideshow_images {
 width: 630px;
 height: 60px;
 margin: 0px 0px 0px 26px;
 padding: 0;
 float: left;
 background-position: 0px 0px;
 background-repeat: repeat-x;
}

#slideshow_loading {
 width: 100px;
 margin-top: 8px;
 font-size: 10px;
}
#slideshow_loading img {
 margin-bottom: 2px;
}

#slideshow_popup_wrapper {
 position: absolute;
 display: none;
 left: 0px;
 top: 0px;
 width: 1px;
 height: 0px;
 z-index: 200;
 overflow: visible;
}

#slideshow_popup {
 background-color: #fff;
 padding: 5px;
 border: solid 1px #333;
}

#gallery {
 width: 600px;
 margin: 0 auto 0 auto;
 padding: 0;
}

.gallery_item {
 width: 200px;
 height: 150px;
 margin: 0;
 padding: 0;
 float: left;
}
.gallery_item img {
 border: solid 1px #333;
}

.gallery_image {
 margin: 0 auto 0 auto;
 padding: 0;
 text-align: center;
}
.gallery_image img {
 border: solid 1px #333;
}

.gallery_pagination {
 padding: 0 0 20px 0;
}

.gallery_pagination a {
 text-decoration: none;
}
.gallery_pagination a:hover {
 text-decoration: underline;
}
.gallery_pagination img {
 border: none;
}

.gallery_pagination img.arrow {
 position: relative;
 top: 3px;
}

.gallery_pagination img.arrow_left {
 padding-right: 5px;
}
.gallery_pagination img.arrow_right {
 padding-left: 5px;
}

