.clear {
    clear: both;
}
#holder {
    font-family: Helvetica, Arial, Verdana;
}
#title_bar {
    font-size: 12px;
    height: 12px;
    width: 563px;
    _width: 573px;
    color: #fff;
    padding: 6px;
}
.page_holder {
    /*border: 1px solid red;*/
    width:432px;
    height: 336px;
    float:left;
}
.page {
    position: absolute;
    width:432px;
    height: 336px;
    display:none;
    
}
#page_1{
    background-color:#616769;
    display: block;
}
#page_2{
    background-image: url('/-/slideshow/images/2.jpg?v=2');
}
#page_3{
    background-image: url('/-/slideshow/images/3.jpg?v=2');
}
#page_4{
    background-image: url('/-/slideshow/images/4.jpg?v=2');
}

.link_holder {
    float:left;
    width: 143px;
}



.link {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 141px;
    height: 63px;
    _height: 84px;
    display: block;
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
}
#link_1 {
    border-top: 1px solid black;
}
.link_on {
    background-color: #00728b;
}
