body {
font-family: Georgia;
background-color: #eee;
}
a { 
text-decoration: none;
color: #777; 
}    
h1,h2,h3,h4,h5,p {
border: 0;
margin: 0;
padding: 0;
}
.container {
width: 500px;
margin: 15px auto;
background-color: #fefefe;
}
h1 {
margin: 0 0 15px 0;
}
#slideshow {
width: 500px;
height: 360px;
margin-top: 20px;
border: 1px solid #ccc;
}
#slideshow img {
display: block;
width: 500px;
height: 360px;
}      
.slideshow-controls {
margin: 0.5em 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slideshow-controls a,
.slideshow-controls span {
display: inline-block;
padding: 3px 5px;
background-color: #eee;
border: 1px solid #e0e0e0;
border-radius: 3px;
font-size: 12px;
}
.slideshow-controls span {
float: right;
}
.slideshow-controls a:hover {
background-color: #efefef;
border-color: #bbb;
color: #111;
}
.slideshow-controls a.selected {
color: #000;
background-color: #fff;
border-color: #bbb;
}
