﻿
.gallery
{
    padding-right:5px;
}

.thumbnailimage
{
    float: right;
    padding: 10px;
}
.large_thumb
{
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 0px 10px 0px 0;
}
img.large_thumb_image
{
    position: absolute;
    left: 5px;
    top: 4px;
    width:91px;
    height:89px;
}
.thumb_container
{
    width: 100px;
    height: 100px;
    background-image: url('images/thumb_holder.png');
}
.large_image
{
    display: none;
}
.large_thumb_border
{
    width: 100px;
    height: 100px;
    background: url('images/thumb_border.png');
    position: absolute;
}
.large_thumb_shine
{
    cursor:pointer;
    width: 91px;
    height: 91px;
    background: url('images/shine.png');
    position: absolute;
    background-position: -150px 0;
    left: 5px;
    top: 4px;
    background-repeat: no-repeat;
}
