a:hover
{
color: #2D2D2D;
background-color: #b8b8b8;
text-decoration: underline; 
font-size: 12px;
}

.rightBox1 
{
position: absolute;
top: 5px;
left: 195px;
width: 452px;
height: 160px;
text-align: justify;
padding: 10px;
}

.tv
{
position: absolute;
left: 10px;
top: 5px;
}

.video
{
position: absolute;
top: 45px;
left: 5px;
}

#wrapper1 {
    width: 760px;
    margin: 0 auto;
}

#wrapper2 {
    width: 760px;
    margin: 0 auto;

}

.ground {
height: 500px;
width: 670px;
text-align: justified;
overflow: auto;

}

#intro {
    padding-bottom: 10px;
}

h1 {
font-size: 30px;

}

#slider {
    margin: 0 auto;
    width: 700px;
    position: absolute;
    top: 433px;
    left: 297px;
}

.scroll {
    height: 520px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    border-left: 5px solid black;
    border-right: 5px solid black;
    border-bottom: 5px solid black;
    background: #b8b8b8  repeat-x scroll left bottom;
}

.scroll1 {
    height: 820px;
    width: 700px;
    overflow: auto;
    position: relative;
    clear: left;
    background: #b8b8b8  repeat-x scroll left bottom;
}

.scroll2 {
    height: 240px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    border-top: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    border-bottom: 5px solid black;
    background: #b8b8b8  repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 660px;
}


.managementpic
{
height: 500px;
width: 330px;
position: absolute;
top: 15px;
left: 20px;
overflow: auto;
}

.management
{
height: 500px;
width: 450px;
position: absolute;
top: -20px;
left: 235px;
overflow: auto;
}

.sliderRightBox
{
height: 500px;
width: 330px;
position: absolute;
top: 15px;
left: 360px;
overflow: auto;
}

.sliderLeftBox
{
height: 500px;
width: 330px;
position: absolute;
top: 15px;
left: 15px;
overflow: auto;
z-index: 4;
}

.theRightBox
{
height: 500px;
width: 330px;
position: absolute;
top: 15px;
left: 360px;
overflow: auto;
}

.theLeftBox
{
height: 500px;
width: 330px;
position: absolute;
top: 15px;
left: 15px;
overflow: auto;
z-index: 4;
}


.thumb
{
    padding-left: 15px;
    padding-top: 6px;
    font-size: 19px;
    font-decoration: bold;
}

.thumb:hover { background: #b8b8b8; border: 1px solid black; }

.thumbSelected { background: #b8b8b8; border: 1px solid black; }

.displayBadge
{
padding-left: 0px;
font-size: 24px;
font-decoration: bold;
}

.headline
{
padding-left: 108px;
}

.headline2
{
padding-top: 28px;
}

.clearLeft{
clear: left;
}

a
{
color: #2D2D2D;
font-size: 14px;
text-decoration: none;
}

ul.navigation {

    list-style: none;
    color: white;
    margin-left: 80px;
    margin-bottom: 0px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    font-family: garamond;
    font-size: 14px;
    font-weight: bold;
    background-color: black;
    color: white;
    padding: 13px;
}

ul.navigation a:hover {
    background-color: #ababab;
    color: black;
    border-top: 0.1px solid black;
    border-left: 0.1px solid black;
    border-right: 0.1px solid black;
}

ul.navigation a.selected {
background-color: #ababab;
color: black;
border-top: 0.1px solid black;
border-left: 0.1px solid black;
border-right: 0.1px solid black;
font-size: 14px;

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    visibility: hidden;
}