.artName
{
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    color: #99ccff;
    font-family: Arial;
}
.artName:hover
{
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial;
}

.artDetails
{
    text-align: center;
    font-size: 8pt;
    color: gainsboro;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
}
.artDetails a
{
    font-size: 8pt;
    color: #bfefff;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}
.artDetails a:hover
{
    font-size: 8pt;
    color: #bfefff;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}


.artistGall
{
    width:100%;
    height: 100%;
    overflow: auto;
    scrollbar-face-color: black;
    scrollbar-highlight-color: #999999;
    scrollbar-3dlight-color: aliceblue;
    scrollbar-darkshadow-color: #222222;
    scrollbar-shadow-color: #666666;
    scrollbar-arrow-color: #66ffff;
    scrollbar-track-color: #333333;
    background-color: black;
    margin: 0px;
    text-align: center;
}
.artistGall .thmb
{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 4px;
    text-align: center;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    width: 250px;
    height: 180px;
    font-weight: bold;
    font-size: 7pt;
    color: gainsboro;
    font-family: Arial;

    margin: 2px;
    float: left;
}
.artistGall .thmbOvr
{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 4px;
    text-align: center;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    width: 250px;
    height: 180px;
    font-weight: bold;
    font-size: 7pt;
    color: white;
    font-family: Arial;
    
    margin: 2px;
    float: left;
}

.artistGall .thmbOvr img
{
    cursor: hand;
    cursor: pointer;
}

#artistZoomImage
{
    cursor: hand;
    cursor: pointer;
    border-right: whitesmoke 1px solid;
    border-top: whitesmoke 1px solid;
    border-left: whitesmoke 1px solid;
    border-bottom: whitesmoke 1px solid;
}