div#loading {
background: url(../img/ajax-loader.gif) no-repeat 50% 50%;
border: 5px solid #6f6f6f;
width: 600px;
height: 400px
}

div#slideshow {
border: 5px solid #6f6f6f;
margin-bottom: 10px;
}

div#image-caption {
font-size: 120%;
font-style: italic;
padding: 8px 0;
text-align: center;
}

div#controls {
font-size: 120%;
text-align: center;
}

div#navigation {
border-top: 1px dotted #666;
text-align: center;
}

div.pagination {
border: 0 !important;
}

div.bottom {
display: block;
margin-top: 10px !important;
padding: 12px;
}

div.pagination a, div.pagination span {
padding: 3px;
margin: 3px;
}

a.play {
background: url(../img/button_play.png) no-repeat 0 50%;
padding-left: 16px;
}

a.pause {
background: url(../img/button_pause.png) no-repeat 0 50%;
padding-left: 16px;
}

ul.thumbs {
display: block;
height: 65px;
list-style-type: none;
margin: 12px auto;
overflow: hidden;
padding: 0 8px;
}

ul.thumbs li {
float: left;
margin-right: 2px;
}

ul.thumbs a {
outline: none;
}

ul.thumbs img {
border: 1px solid #6f6f6f;
}

ul.thumbs li.selected img {
border: 1px solid #c1ce2f;
}