.fadein {
    position: relative;
    height: 235px;
    width: 355px;
}

    .fadein img {
        position: absolute;
        left: 0;
        top: 0;
    }

#news_category {
    width: 95px;
    padding: 5px;
    border-right: 1px solid #D3D3D3;
    font-size: 85%;
}

    #news_category li {
        padding: 2px 0px;
    }
    
    #news_category a {
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        display: block;
    }
    
    #news_category h4 {
        color: #000;
    }
    
.ncat_normal li {
    padding: 1px 0px !important;
}

.ncat_normal a {
    text-transform: capitalize !important;
    color: #666 !important;
    font-weight: normal !important;
    font-size: 85% !important;
}

#news_national {
    width: 175px;
    padding: 0px 5px 5px 5px;
    border-right: 1px solid #D3D3D3;
}

    #news_national dd, #news_slide dd {
        padding: 10px 0px;
        border-bottom: 1px solid #D3D3D3;
    }

    #news_national dd:last-child, #news_slide dd:last-child {
        border-bottom: none;
    }

    #news_national h6, #news_slide h6 {
        padding: 5px 0px;
    }
    
    #news_national p, #news_slide p {
        color: #000;
        font-size: 90%;
    }

    #news_national dfn, #news_slide dfn {
        padding-top: 5px;
        display: block;
        font-size: 90%;
    }
    

#news_slide {
    width: 350px;
    padding: 5px;
    border-right: 1px solid #D3D3D3;
}

#slider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 250px;
    overflow: hidden;
}

#news_right {
    padding: 5px;
    width: 313px;
}

#in_stories {
    border-top: 2px solid #D3D3D3;
    border-bottom: 2px solid #D3D3D3;
}

#in_head {
    border-bottom: 1px solid #D3D3D3;
    text-transform: uppercase;
    padding: 5px 5px 2px 5px;
    position: relative;
}

#in_head h2 {
    border-top: 5px solid #ff0000;
    padding: 5px 2px 5px 8px;
    margin-bottom: 7px;
    background-color: #1F3580;
    color: #fff;
}

#in_head dd {
    position: absolute;
    top: 16px;
    right: 10px;
}

#prev, #next {
    cursor: pointer;
}

#in_scroll {
    overflow: hidden;
    position: relative;
    height: 245px;
}

    #in_scroll dd {
        float: left;
        width: 178px;
        text-align: center;
        border: 1px solid #D3D3D3;
        padding: 5px 5px;
        height: 232px;
        margin: 0px 2px;
    }

#scroll_data {
    position: absolute;
    font-size: 95%;
}

    #scroll_data h3 {
        text-align: left;
        border-top: 5px solid #ff0000;
        padding: 2px 2px 3px 5px;
        margin-bottom: 7px;
        background-color: #1F3580;
    }

    #scroll_data h3 a {
        color: #fff;
    }

#news_cats {
    width: 650px;
    padding: 5px 0px;
}

    #news_cats dd {
        float: left;
        width: 314px;
        border-right: 1px solid #D3D3D3;
        padding: 5px 5px 0px 5px;
    }

    #news_cats h4 {
        border-top: 5px solid #ff0000;
        padding: 1px 2px 2px 4px;
        margin-bottom: 7px;
        background-color: #1F3580;
    }

    #news_cats h4 a {
        color: #fff;
    }

    #news_cats ol {
        margin: 20px 2px 1px 17px;
        font-size: 90%;
    }

    #news_cats li {
        margin-bottom: 5px;
    }

#news_br {
    width: 315px;
    padding: 12px 5px;
}

#stock_exchange {
    margin: 5px 0;
}

#stock_exchange a {
    border: 1px solid #D3D3D3;
    height: 130px;
    padding: 5px;
    text-align: center;
    width: 140px;
}

.poll_body {
    background-color: #FDFDC7; 
    border-bottom: 1px solid rgb(184, 184, 184);
}

#noticeboard {
    background: url("../images/notice.png") no-repeat scroll left center #D3D3D3;
    border: 1px solid #000000;
    box-shadow: 0 0 10px #040404 inset;
    color: #000000;
    font: bold 15px 'Lucida Grande';
    padding: 5px 10px 5px 30px;
    position: fixed;
    right: -377px;
    text-align: justify;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 200px;
    width: 360px;
    cursor: pointer;
    min-height: 110px;
}

#totalvisit {
    background-color: #D3D3D3;
    border: 1px solid #000000;
    box-shadow: 0 0 10px #040404 inset;
    color: #000000;
    font: bold 15px 'Lucida Grande';
    padding: 5px;
    position: fixed;
    left: -30px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 231px;
    width: 100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}