@charset "utf-8";
#gallery {
clear:both;
background:#333 url(images/gallery-controls-bg.png) bottom left repeat-x;
}
#gallery img{
border:none;
}

#controls {
clear:both;
float:right;
width:40%;
}
.ss-controls {
clear:both;
float:right;
}
.nav-controls {
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;
}
.top{
display:none;
}

#loading {
}

#slide {
height:323px;
padding:5px;
}

#caption {
font-weight:bold;
background:#000;
opacity:0.6;
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;
}

#thumbnails {
}
#thumbnails ul.thumbs {
overflow:hidden;
margin:3px 0 0px 15px;
}
#gallery .thumbs li {
float:left;
margin:0;
padding:3px 0px 3px 5px;
background:none;
}
.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;
}
.caption {
}

.pagination {
font-size:12px;
font-weight:bold;
float:left;
color:#ccc;
margin:2px 5px 0px 5px;
position
}
.pagination a {
color:#09f;
padding:2px 5px 4px 5px;
}
.pagination a:hover {
background:#fff;
text-decoration:none;
}