/*body {font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;line-height:180%;margin:0;padding:0;}

 h1, h2, h3, h4, h5{margin: 0 0 15px 0;padding: 0;color: #690;font-weight: normal;}
 h1{font-size: 200%;letter-spacing: -2px}
 p{margin: 0 0 15px 0;padding: 0;line-height:21px;}
 a{color: #690;text-decoration: underline;font-weight: bold;}
 a:hover{color: #333;text-decoration: none;font-weight: bold;}
 img{border:none;}
 pre{margin-top:-16px;display:block;font:12px "Courier New", Courier, monospace;padding:10px;border:1px solid #bae2f0;background:#e3f4f9;width:674px;}
 body {font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;line-height:180%;margin:0;padding:0;}
 */
#slider-container {
    display: inline !important;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 300px;
    background: #fff;
    margin-bottom: 2em;
}

/* Sudo Slider */
#slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
}

/* 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;
}

#slider, #slider li {
    width: 300px;
    overflow: hidden;
}

/* // Sudo Slider */
/* Numeric Navigation */
ol {
    margin: 1em 0;
    padding: 0;
    height: 28px;
}

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

ol li a {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}

ol li.current a {
    background: #5DC9E1;
    color: #fff;
}

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: 0px;
    top: 110px;
    z-index: 50;
    background: url(../imgs/btn_prev.gif) no-repeat 0 0;
    cursor: pointer;
}

.nextBtn {
    left: 270px;
}

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