.portfolioNav {
    float: left;
    padding: 0 0 0 24px;
    width: 156px;
    height: 360px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
}

.portfolioNav a:link {
    color: #000000;
    text-decoration: none;
}

.portfolioNav a:visited {
    color: #000000;
    text-decoration: none;
}

.portfolioNav a:hover {
    color: #999999;
    text-decoration: none;
}

.portfolioNav a:active {
    color: #999999;
    text-decoration: none;
}

.thumbnails {
    float: left;
    width: 144px;
    height: 360px;
}

.thumbnails img {
    float: left;
    margin: 0 6px 6px 0;
}

.largeImage {
    float: left;
    padding: 0 0 0 12px;
    width: 402px;
    height: 360px;
}

.hidden {
    display: none;
}


