@charset "utf-8";

#gallery ul {
list-style:none;
}
#gallery img {
display:block;
}
.gallery-clear {
clear:both;
height:0px;
margin-bottom:-3px; /* Don't ask... IE hates me :( */
}

#gallery {
clear:both;
width:660px;
background:#000 url(../images/gallery-controls-bg.png) bottom left repeat-x;
margin:0 auto;
text-align:left;
}
#gallery img{
border:none;
display:block;
}

.top{
display:none;
}

#loading {
}

#slide {
padding:5px;
}
#slide_height {
height:397px;
}

#caption {
font-weight:bold;
background:#000;
opacity:0.5;
filter: alpha(opacity=50);
height:14px;
padding:3px 10px 7px 10px;
position:relative;
top:-30px;
margin-bottom:-30px;
border-top:1px solid #999;
border-bottom:1px solid #999;
border-left:0px solid #666;
border-right:0px solid #666;
}
#caption p{
color:#fff;
font-size:12px;
letter-spacing:1px;
opacity:1.0;
filter: alpha(opacity=100);
margin:0;
padding:0;
}
.caption {
}


#thumbnails {
overflow:hidden;
}
#thumbnails ul.thumbs {
margin:3px 0 3px 15px;
}
#gallery .thumbs li {
float:left;
margin:0;
padding:3px 0px 3px 5px;
}
.thumbs a, .thumbs a:visited {
display:block;
margin:0;
padding:0;
border:2px solid #aaa;
}
.thumbs li.selected a, .thumbs li.selected a:visited {
cursor:default;
border:2px solid #09c;
}
.thumbs a:hover {
border:2px solid #fec;
}
.thumbs img{
display:block;
}

#controls {
clear:both;
float:right;
width:40%;
}
.ss-controls {
clear:both;
float:right;
}
.nav-controls {
display:inline-block;
float:right;
}
.nav-controls a, .ss-controls a {
border:none;
outline:none;
display:block;
float:left;
background:#eee;
padding:21px 0 0 0;
height:0px;
width:30px;
overflow:hidden;
}
.nav-controls a.prev {
width:25px;
background:url(../images/gallery-controls-prev_off.png) 0 0 no-repeat;
}
.nav-controls a.next{
width:26px;
background:url(../images/gallery-controls-next_off.png) 0 0 no-repeat;
}
.ss-controls a.play {
width:19px;
background:url(../images/gallery-controls-play_off.png) 0 0 no-repeat;
}
.ss-controls a.pause {
width:19px;
background:url(../images/gallery-controls-pause_off.png) 0 0 no-repeat;
}

.pagination {
font-size:12px;
font-weight:bold;
color:#ccc;
margin:2px 5px 0px 5px;
float:left;
}
.pagination a {
color:#FFFFCC;
padding:2px 5px 0px 5px;
text-decoration:none;
}
.pagination a:hover {
background:#fff;
}


