pre {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding: 0px;
    width: 980px;
}

img { border-style: none; }


/* image replacement */

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -8000px;
}

/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    height: 39px;
    left: 0px;
    position: absolute;
    top: 115px;
    width: 39px;
    z-index: 1000;
}

#nextBtn, #slider1next { left: 950px; }

#prevBtn a, #slider1prev a {
    background-image: url(../images/left_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 77px;
    position: relative;
    width: 39px;
}

#nextBtn a, #slider1next a {
    background-image: url(../images/right_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 77px;
    position: relative;
    width: 39px;
}

/* numeric controls */

ol#controls {
    height: 39px;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    padding: 0;
}

ol#controls li {
    float: left;
    height: 39px;
    line-height: 28px;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}

ol#controls li a {
    background-image: url(../images/btn_circle_up.png);
    color: #0078be;
    float: left;
    height: 28px;
    left: 822px;
    position: relative;
    text-align: center;
    top: -50px;
    width: 28px;
    z-index: 1000;
}

ol#controls li.current a {
    background-image: url(../images/btn_circle_over.png);
    color: White;
    text-align: center;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline: none; }

/* // Easy Slider */