﻿#pageContainer
{
    border: 1px solid #2a2e3e;
    margin: 0 auto;
    width: 998px;
    background-color: #a2a8c3;
}
#slideshow
{
    margin: 0 auto;
    width: 998px;
    height: 200px;
    position: relative;
}
#slideshow #slidesContainer
{
    margin: 0 auto;
    width: 954px;
    height: 200px;
    overflow: auto; /* allow scrollbar */
    position: relative;
}
#slideshow #slidesContainer .slide
{
    margin: 0 auto;
    width: 900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height: 200px;
}

.control
{
    display: block;
    width: 21px;
    height: 200px;
    text-indent: -10000px;
    position: absolute;
    cursor: pointer;
}
#leftControl
{
    border-width: 1px;
    border-color: #000000;
    top: 0;
    left: 0;
    background: transparent url(img/control_left.jpg) no-repeat 0 0;
    border-right-style: solid;
}
#rightControl
{
    border-width: 1px;
    border-color: #000000;
    top: 0;
    right: 0;
    background: transparent url(img/control_right.jpg) no-repeat 0 0;
    border-left-style: solid;
}


