.content
{
    width: 600px;
    height: 300px;
}
.padding
{
    padding: 50px;
}
#Test1
{
    background: #ff0;
}
#Test2
{
    background: #E3FFEB;
}
#Test3
{
    background: #ccc;
}
#Test4
{
    background: #e92;
}
#box
{
    top: 30px;
    width: 600px;
    height: 300px;
    background: #444;
    overflow: hidden;
    margin-bottom: 0px;
}
#navigationBar
{
    height:35px;
}
#navigationCtr
{
    position: absolute;
    text-align: center;
    margin-left: 100px;
}
#navigationCtr a
{
    cursor: pointer;
    display: block;
    width: 65px;
}
#navigationSlider
{
    position: absolute;
    margin-left: 170px;
    height: 30px;
    width: 65px;
    background: #f4d;
}
#navigationBkg
{
    position: absolute;
    margin-left: 100px;
}
#navigationBkg td
{
    height: 30px;
    width: 65px;
    background: #eee;
}
