﻿#newsbox, .newsbox{
    width: 480px;
    height: 250px;
    display: block;
    overflow: hidden;
    background: rgb(255,255,255);
    position: relative;
    margin-bottom: 30px;
}
.newsbox a{text-decoration: none;}
           
#nav{
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 5;
}

#nav a{
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    padding: 3px 5px;
    margin-right: 1px;
    background: rgb(255,255,255);
    color: rgb(120,120,120);

}

#nav a.activeSlide{
    background: rgb(255,255,255);
    color: rgb(60,60,60);
    padding-top: 5px;
    padding-bottom: 5px;
}

#info{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 480px;
    height: 50px;
    background: url(../images/pix.png) repeat top left;
}

#info *{font-family: Verdana;color: rgb(255,255,255); padding-left: 10px; padding-top: 4px;}

#info h3{
    font-size: 16px;
    font-weight: bold;
}

#info h6{
    font-size: 12px;
}

