a.image
{
    text-decoration: none;
    width: 100%;
    display: block;
}

div.imagePart1
{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

div.imagePart1 img
{
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

div.imagePart2
{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

div.imagePart2 img
{
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

div.imagePart3
{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

div.imagePart3 img
{
    border: 0;
    margin: 0;
    padding: 0;
}

table.imagePart4
{
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

table.imagePart4 tr
{
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

table.imagePart4 td
{
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

table.imagePart4 img
{
    height: inherit;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

div.imageSlideshowPlayButton
{
    position: absolute;
    display: block;
    width: 14px;
    height: 16px;
    left: -1000px;
    top: -100px;
    background: url(../img/slideshow_play.png) no-repeat top left;
    cursor: pointer;
}

div.imageSlideshowPauseButton
{
    position: absolute;
    display: block;
    width: 14px;
    height: 16px;
    left: -1000px;
    top: -100px;
    background: url(../img/slideshow_pause.png) no-repeat top left;
    z-index: 40000;
    cursor: pointer;
}
