.slideshow {
margin-bottom: 10px;
}
.slideshow a {
display: block;
height: 400px;
}
.thumbs {
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 40px;
}
.thumbs li {
float: left;
display: block;
margin-right: 5px;
cursor: hand;
cursor: pointer;
}
.thumbs li a {
display: block;
height: 50px;
width: 50px;
}
.caption {
text-align: center;
font-weight: normal;
font-style: italic;
}
