/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img
{
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin: 30px 0 0;
}

#outerContainer
{
    width: 542px;
    height: 150px;
    margin: auto;
    position: relative;
}
#imageScroller
{
    width: 542px;
    height: 150px;
    position: relative;
    border: 2px;
    border-style: solid;
    border-radius: 20px 20px 20px 20px;
    background-color:#BBB;
}
#viewer
{
    width: 522px;
    height: 182px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 10px;
}
#imageScroller a:active, #imageScroller a:visited
{
    color: #000000;
}
#imageScroller a img
{
    border-right: 6px solid #BBB;
    border-left: 6px solid #BBB;
}
#controls
{
    width: 534px;
    height: 47px;
    background: url(images/imageScroller/controlsBG.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
}
#controls a
{
    width: 37px;
    height: 35px;
    position: absolute;
    top: 3px;
}
#controls a:active, #controls a:visited
{
    color: #0d0d0d;
}
#title
{
    color: #ffffff;
    font-family: arial;
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#rtl
{
    background: url(images/imageScroller/rtl.png) no-repeat;
    left: 100px;
}
#rtl:hover
{
    background: url(images/imageScroller/rtl_over.png) no-repeat;
    left: 99px;
}
#ltr
{
    background: url(images/imageScroller/ltr.png) no-repeat;
    right: 100px;
}
#ltr:hover
{
    background: url(images/imageScroller/ltr_over.png) no-repeat;
}