@charset "utf-8";

body {
background-color: #333;
}

/* Begin slideshow */
.slideshow {
font: 11px/1.3 Arial, Helvetica, Verdana, sans-serif;
}
.slideshow ul {
list-style: none;
margin: 0;
padding: 0;
}
.slideshow .push {
clear: both;
background-color: transparent;
font-size: 1px;
}
.slidecontainer {
position: relative;
width: 562px;
height: 311px;
border: 1px solid #C8C8C8;
overflow: hidden;
}
.slides .slide {
position: absolute;
display: none;
top: 0;
left: 0;
}
.slides .selected {
display: block;
}
.headlines .headline {
position: absolute;
display: none;
top: 10px;
left: 10px;
font-size: 24px;
color: #fff;
}
.headlines .selected {
display: block;
}
.transparentcontainer {
position: absolute;
width: 562px;
height: 80px;
bottom: 0;
overflow: hidden;
}
.transparent {
position: absolute;
width: 562px;
height: 80px;
bottom: 0;
background-color: #666;
filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
}
.captions {
position: absolute;
width: 562px;
}
.captions .caption {
font-size: 12px;
color: #fff;
padding: 10px;
}
.thumbnails {
width: 562px;
}
.thumbnails .thumb {
float: left;
display: block;
padding: 0 10px;
margin: 10px 0;
border-left: 1px solid #C8C8C8;
font-size: 12px;
}
.thumbnails .thumb a {
color: #a0adb7;
text-decoration: none;
}
.thumbnails .selected a {
color: #fff;
}
.thumbnails .last {
border-right: 1px solid #C8C8C8;
}
/* end slideshow */
