/* =slideshow
================================================ */
#slideshow {position: relative; width: 400px; height: 220px; left: 40px; top: 25px;}
#slides {height: 220px; width: 400px; overflow: hidden;} /* in case JS is off */
#controller {display: none;}
.jFlowPrev,
.jFlowNext {position: absolute; top: 69px; display: block; width: 41px; height: 41px; text-indent: -9999px; cursor: pointer;}
.jFlowPrev {left: -50px; background: url(../images/button-prev.png) no-repeat scroll top right;}
.jFlowNext {right: -50px; background: url(../images/button-next.png) no-repeat scroll top right;}	
.jFlowPrev:active,
.jFlowNext:active {background-position: bottom right; outline: none;}