﻿div#rightButton
{
    position: absolute;
    left: 659px;
    _left: 645px;
    top: 140px;
    width: 45px;
    height: 75px;
}

div#rightButton img { height:75px; width:45px; }

div#leftButton
{
    position: absolute;
    _left: 0px;
    top: 140px;
    width: 45px;
    height: 75px;
    
}

div#leftButton img { height:75px; width:45px; }

div.buttonBg
{
    background-image: url(/images/transparentBlack.png);
    background-repeat: repeat;
    z-index: 2;
}

#photosRotator ul li img
{
    position: absolute;
    top: 13px;
    left: 13px;
    _left: 0px;
}

.imgLinkdots
{
    position: absolute;
    float: left;
    top: 275px;
    margin-right: 5px;
    height: 10px;
    width: 10px;
    background-image: url(/images/linkdots/out.png);
    background-repeat: no-repeat;
}

.linkdotsOver
{
    background-image: url(/images/linkdots/over.png);
    background-repeat: no-repeat;
}
