body {
    background-image: url(../../images/global/background.png);
}

#section-1 {
    background: none;
    border-bottom: 8px solid #0f1f44;
    height: 250px;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding-bottom: 30px;
}
#section-1 .box1 {
    margin-top:10px;
}
#section-1 .navigation {display: block; margin-left: 25px; margin-top: 0px; font-size:12px;list-style:none;width:700px;height:31px;font-weight:700;font-family:Arial, Helvetica, sans-serif; width: 650px;clear: both;}
#section-1 .navigation ul{margin:0;padding:0;}
#section-1 .navigation LI{list-style:none;font-weight:700;float:left;display:block;height:31px;text-align:center;margin:0 15px 0 0; width: 147px}
#section-1 .navigation LI.current{margin:0;}
#section-1 .navigation LI A {display: block;background:url(../../images/index/tabOff.gif) no-repeat; line-height: 31px; width: 145px; height: 31px; color:#FFF;font-size:12px;font-weight:700;margin:0 5px 0 0;}
#section-1 .navigation LI a.current{display: block; width: 145px; height: 31px; background:url(../../images/index/tabOn.gif) no-repeat;color:#000;font-size:12px;font-weight:700;margin:0 5px 0 0;}
#section-1 .box1 .timestamp { font-size: 12px; font-weight: bold;color:#464545; position: absolute; top: 30px; right: 350px;}
#section-1 .box1 .records {
    margin: 6px 0px;
    width: 640px;
    height: 310px;
    padding: 0px;

}
#section-1 .box1 .record {
    margin: 0px 0 0 6px;
    padding: 0px;

}
#section-1 .box1 .abstract {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
    padding-top: 0px;
}
#section-1 .box1 .headline a {
    color: #000;
    font-size: 20px;
}
#section-1 .box1 .image {
    margin-left: 0px;
    padding-left: 0px;
}
#section-1 .box1 .image img {
    margin-right:0;
}

#section-1 .box1 .record .author, #section-1 .box1 .comment-count {
    font-family: Arial;
    font-size: 12px;
    color: #3b3b3b;
}


#section-1 .box1 .record .author a {
    color: #3b3b3b;
}

#section-1 .box1 .record .date {
    color: #3b3b3b;
}

/*
        root element for the scrollable.
        when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 635px;
    height: 250px;

}

/*
        root element for scrollable items. Must be absolutely positioned
        and it should have a extremely large width to accomodate scrollable items.
        it's enough that you set the width and height for the root element and
        not for this element.
*/
.scrollable .items {
    clear:both;
    position:absolute;
    /* this cannot be too large */
    width:20000em;

}

.scrollable .scroll-text-wrap {
    background: #605f5f;
    color: #ffffff;
    height: 250px;
    padding-right: 15px;
}

/* single scrollable item */
.scrollable .record {
    cursor:pointer;
    float:left;
    margin-top: 10px;
    padding: 0 5px 0 0;
    width: 635px;
}

.scrollable .record .image {
    height: 250px;
    margin-top: 5px;
    width: 430px;
}

.scrollable .record .image a img {
    height: 250px;
    width: 430px;
}

.scrollable .record h2.headline {
    font-weight: normal;
    padding-top: 5px;
}

#section-1 .box1 .scrollable .record h2.headline a {
    color: #ffffff;
}

#section-1 .box1 .scrollable .record a.more {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 0;
    text-align: right;
}

/* active item */
.scrollable .active {
    z-index:9999;
    position:relative;
}


/* small squares navi */
#slider .navi {
    height: 20px;
    left: 445px;
    position: absolute;
    top: 235px;
    width: 120px;
    z-index: 98;
}

#slider .navi a {
    background: #fff;
    display: block;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}

#slider .navi a.active {
    background: #8ca2d9;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background: url(../../images/index/arrowLeft.gif) no-repeat;
    display:block;
    width:15px;
    height: 30px;
    float:left;
    margin:80px 0px 0px 0px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right                                 { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover           { background-position:-30px -30px; }
a.right:active  { background-position:-60px -30px; }


/* left */
a.left                          { margin-left: 5px; }
a.left:hover            { background-position:-30px 0; }
a.left:active   { background-position:-60px 0; }

/* up and down */
a.up, a.down            {
    background:url(../img/scrollable/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover              { background-position:-30px 0; }
a.up:active             { background-position:-60px 0; }

/* down */
a.down                          { background-position: 0 -30px; }
a.down:hover            { background-position:-30px -30px; }
a.down:active   { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
