/*------------- TOP STORY -----------------*/

.top_articles {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 589px;
    height: 260px;
}

#small_articles {
    width: 337px;
    height: 262px;
}

#small_articles .linktray {
    display: none;
}

#small_articles li {
    display: none;
}

#small_articles .current {
    display: block;
}

.top_articles li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.linktray a {
    margin-left: 7px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.linktray a.current {
    color: #f00;
}

.linktray {
    padding: 1px 0px 2px 1px;
    position: absolute;
    left: 10px;
    top: 230px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #fff;
    background: transparent url(../images/traybg.gif) top left no-repeat;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    width: 68px;
}

.linktray p {
    display: none;
}
