@charset "utf-8";
/* jQuery Cycle */

#slideshow {
position: relative;
height: 250px;
width: 525px;
}
#slideshow #rotator {
width: 525px;
height: 227px;
margin: 0;
padding: 0;
list-style: none;
}
/**
* Additional styles for the controls.
*/
.cycle-control {
margin:0; padding:0;
bottom: 0;
padding-top: 1px;
padding-left: 5px;
padding-right: 5px;
width: 515px;
height: 23px;
background: #b9591d;
position: absolute;
z-index: 100;
}
.cycle-control ul {
float: right; 
list-style: none;
margin: 0; padding: 0;
}
.cycle-control li {
float: left;
margin: 0; padding: 0;
}
.cycle-control a {
margin:0; padding:0;
margin-top: -5px;
margin-right: 5px;
width: 20px;
height: 25px;
line-height: 0;
font-size: 0%;
text-decoration: none;
display: block;
float: left;
}
.cycle-control a#pauseButton {
float: right;
}
.cycle-control a.one:link, .cycle-control a.one:visited {background:url(../../images/button_slide1_static.png) no-repeat;}
.cycle-control a.two:link, .cycle-control a.two:visited {background:url(../../images/button_slide2_static.png) no-repeat;}
.cycle-control a.three:link, .cycle-control a.three:visited {background:url(../../images/button_slide3_static.png) no-repeat;}
.cycle-control a.four:link, .cycle-control a.four:visited {background:url(../../images/button_slide4_static.png) no-repeat;}
.cycle-control a.five:link,.cycle-control a.five:visited {background:url(../../images/button_slide5_static.png) no-repeat;}
.cycle-control a.play:link,.cycle-control a.play:visited {margin-left:6px; background:url(../../images/button_control_play.png) no-repeat;}
.cycle-control a.pause:link,.cycle-control a.pause:visited {margin-left:6px; background:url(../../images/button_control_pause.png) no-repeat;}
.cycle-control a.one:hover {background:url(../../images/button_slide1_hover.png) no-repeat;}
.cycle-control a.two:hover {background:url(../../images/button_slide2_hover.png) no-repeat;}
.cycle-control a.three:hover {background:url(../../images/button_slide3_hover.png) no-repeat;}
.cycle-control a.four:hover {background:url(../../images/button_slide4_hover.png) no-repeat;}
.cycle-control a.five:hover {background:url(../../images/button_slide5_hover.png) no-repeat;}
.cycle-control a.one.activeSlide {background:url(../../images/button_slide1_selected.png) no-repeat;}
.cycle-control a.two.activeSlide {background:url(../../images/button_slide2_selected.png) no-repeat;}
.cycle-control a.three.activeSlide {background:url(../../images/button_slide3_selected.png) no-repeat;}
.cycle-control a.four.activeSlide {background:url(../../images/button_slide4_selected.png) no-repeat;}
.cycle-control a.five.activeSlide {background:url(../../images/button_slide5_selected.png) no-repeat;}
.cycle-control a:focus,
.cycle-control a:active {
outline: none;
}

