/* ---------------------- SLIDESHOW ---------------------- */

#slideshow-toggle {
position: relative;
background: #111;
width: 450px;
height: 45px;
margin: 3px 0 30px 0;
padding: 0;
text-align: center;
}

#slideshow-toggle a {
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: 0 0;
}

#slideshow-toggle a.prev {
position: absolute;
top: 12px;
left: 180px;
background: url(../images/general/prev.gif);
}

#slideshow-toggle a.next {
position: absolute;
top: 12px;
left: 250px;
background: url(../images/general/next.gif);
}

#slideshow-toggle a:hover {
width: 20px;
height: 20px;
background-position: 0 -20px;
}

#slideshow-toggle .status {
position: absolute;
top: 14px;
left: 200px;
width: 50px;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 80%;
font-weight: bold;
color: #f5f5dc;
text-transform: uppercase;
letter-spacing: 0.2em;
text-decoration: none;
}

