﻿.slideshow
{
    /*CSS for DIV containing each image*/
    float: left;
    width: 139px;
    height: 90px;
    margin: 5px 3px auto 3px;
}

.slideshow img
{
    /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
    width: 130px;
    height: 90px;
}

.image:hover img
{
    color: #00659C;
    border-color: #00659C;
}

.image:hover
{
    color: #00659C;
    border-color: #00659C;
}

.image
{
    font-size: 80%;
    color: #8C8A8C;
    border-color: #8C8A8C;
}

.image img
{
    font-size: 80%;
    color: #8C8A8C;
    border-color: #8C8A8C;
}

#navlinks
{
    /*CSS for DIV containing the navigational links*/
    margin: 15px 0px 5px 5px;
    width: 100%;
    position: relative;
}

#navlinks a
{
    /*CSS for each navigational link*/
    margin: 0px auto;
}

#navlinks a.current
{
    /*CSS for currently selected navigational link*/ /*background-color: yellow;*/
    margin: 0px auto;
}

#navlinks div.current
{
    /*CSS for currently selected navigational link*/
    float: left;
    background-color: #656565;
    border-color: #656565;
    border-width: 1px;
    border-style: solid;
    border-bottom-style: solid;
    width: 56px;
    height: 18px;
    text-align: center;
    margin: 2px 2px;
    position: relative;
    vertical-align: middle;
   
}

#navlinks div
{
    float: left;
    border-color: #656565;
    border-width: 1px;
    border-style: solid;
    border-bottom-style: solid;
    width: 56px;
    height: 18px;
    text-align: center;
    margin: 2px 2px;
    position: relative;
}

