﻿.caption { font-family: verdana; font-size: 10px; margin: 2px 0px 0px 0px; }
.sliderbar
{
    border-right: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
}
.photoIndex
{
    font-family: verdana; font-size: 14px; padding: 0px 4px 0px 4px; 
    background-color: white; cursor: pointer; 
    border-right: solid 1px black; 
}
.slideControl
{
    font-family: verdana; font-size: 14px; padding: 0px 4px 0px 4px; 
    background-color: white; cursor: pointer; 
    border-left: solid 1px black; 
}
.photoIndexActive, .slideControlActive, .photoIndex:hover, .slideControl:hover
{
    font-family: verdana; font-size: 14px; padding: 0px 4px 0px 4px; 
    cursor: pointer; 
    background-color: blue;
    color: yellow;
}