#centerColumn {
    width: 756px;
    border: 0;
    position: relative;
    z-index: 1;
} #slideshowHolder {
    width: 599px;
    height: 345px;
    display: block;
    margin: auto;
    background: url(/images/slideshow/border.png) no-repeat;
    position: relative;
    z-index: -1;
} #slideshow {
    position: absolute;
    z-index: 1;
    height: 342px;
    width: 455px;
    top: 4px;
    left: 72px;
} #slideshow img {
    position: relative;
    border: 0;
    height: 338px;
    width: 455px;
    z-index: -1;
} #leftArrow {
    width: 71px;
    height: 342px;
    background: url(/images/slideshow/leftArrow.png) no-repeat;
    position: relative;
    text-indent: -9999px;
    z-index: 1;
    display: block;
    top: 2px;
    left: 2px;
} #rightArrow {
    width: 71px;
    height: 342px;
    background: url(/images/slideshow/rightArrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    text-indent: -9999px;
    display: block;
    top: 2px;
    right: 2px;
} #pause {
    width: 74px;
    height: 30px;
    position: absolute;
    z-index: 10;
    text-indent: -9999px;
    display: block;
    bottom: 2px;
    right: 125px;
}

a#pause:link, a#pause:visited {
    background: url(/images/slideshow/pause.png) no-repeat;
}

a#pause:link.stickPause, a#pause:visited.stickPause {
    background: url(/images/slideshow/pause.png) no-repeat 0 -30px;
}

a#pause:hover, a#pause:active {
    background: url(/images/slideshow/pause.png) no-repeat 0 -30px;
}

a#leftArrow:link, a#leftArrow:visited {
    background: url(/images/slideshow/leftArrow.png) no-repeat;
}

a#leftArrow:hover, a#leftArrow:active {
    background: url(/images/slideshow/leftArrow.png) no-repeat 0 -342px;
}

a#rightArrow:link, a#rightArrow:visited {
    background: url(/images/slideshow/rightArrow.png) no-repeat;
}

a#rightArrow:hover, a#rightArrow:active {
    background: url(/images/slideshow/rightArrow.png) no-repeat 0 -342px;
}