/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.jspPane
{
    position: absolute;
    width: 100% !important;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0px;
    width: 5px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #dde;
    position: relative;
}

.jspDrag
{
    background: #114477;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
.BlockTop .next1 {
    background: url("../images/arrow_top.png") no-repeat scroll 0 0px transparent;
    bottom: 164px;
    cursor: pointer;
    height: 15px;
    left: 394px;
    position: absolute;
    width: 15px;
    z-index: 10;
}
.BlockTop .next1:hover {
    background: url("../images/arrow_top.png") no-repeat scroll -16px 0px transparent;
}
.BlockTop .pre {
    background: url("../images/arrow_top.png") no-repeat scroll 0 -16px transparent;
    bottom: 164px;
    cursor: pointer;
    height: 15px;
    left: 378px;
    position: absolute;
    width: 15px;
    z-index: 10;
}
.BlockTop .pre:hover {
    background: url("../images/arrow_top.png") no-repeat scroll -16px -16px transparent;
}
.topnews{
    position: relative;
}

.topnews .sds_nav {
    top: 10px;
    z-index: 100;
    position: absolute;
    right: 10px;
}
.topnews .sds_nav a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 8px;
    padding: 0 2px;
    text-indent: -9999px;
    width: 8px;
}
.topnews .sds_nav a.active {
    background: url("../images/bullets.png") no-repeat scroll 0 -19px transparent;
}