img {
    border: none;
}

.slider p {
    height: auto;
}

ol.controls {
    position: relative;
    top: -2px;
    color: #690;
    text-decoration: underline;
}

a:hover {
    color: #222;
    background: #d0cac5;
    text-decoration: none;
}

pre {
    margin-top: -16px;
    display: block;
    padding: 10px;
    border: 1px solid #bae2f0;
    background: #e3f4f9;
    width: 674px;
}

#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 696px;
    background: #000;
}
/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in.
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/
/* // Sudo Slider */
/* Numeric Navigation */

ol {
    margin: 0 0 50px 0;
    padding: 0;
    height: 28px;
}

ol li {
    margin: 0 0px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}

ol li a {
    float: left;
    height: 28px;
    line-height: 28px;
    color: #d0cac5;
    padding: 0 12px;
    text-decoration: none;
}

ol li.current a {
    background: #d0cac5;
    color: #222;
}

ol li a:focus,
.prevBtn a:focus,
.nextBtn a:focus {
    outline: none;
}

.graphic,
.prevBtn,
.nextBtn {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}

.prevBtn,
.nextBtn {
    display: block;
    width: 30px;
    height: 77px;
    position: absolute;
    left: -30px;
    top: 71px;
    z-index: 1000;
    background: url(../images/btn_prev.gif) no-repeat 0 0;
    cursor: pointer;
}

.nextBtn {
    left: 696px;
}

.nextBtn {
    background: url(../images/btn_next.gif) no-repeat 0 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}