﻿body {
}
.MainPhotoPanel
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 330px;
}
.ThumbnailsMarquee
{
    position: relative;
    top: 10px;
    left: 0px;
    width: 600px;
    height: 120px;
    display: block;
    overflow: hidden;
    margin-left: 0px;
}
.ThumbnailsPanel
{
    position: absolute;
    height: 100px;
    top: 10px;
}
.ThumbnailsPanel a
{
    position: relative;
    float: left;
    width: 150px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.ThumbnailsPanel img
{
    position: relative;
    height: 100%;
    width: 100%;
}
.LeftArrow
{
    color: #ddd;
    position: absolute;
    top: 430px;
    left: 310px;
    text-decoration: none;
}
.RightArrow
{
    color: #ddd;
    position: absolute;
    top: 430px;
    right: 20px;
    text-decoration: none;
}