/* js-disabled class - set image sizes so they all fit in the viewer */
/* dmtd */
.js-disabled img {
    width: 215px;
    height: 70px;
    display: block;
    float: left;
    margin: 3px 0 0;
}

#outerContainer {
    width: 690px;
    height: 102px;
    margin: auto;
    position: relative;
}

#imageScroller {
    width: 690px;
    height: 102px;
    position: relative;
    background: #000000 url(../imageScrollerBG.png) no-repeat;
}

/* dmtd - reduce the top when increate the hight */
#viewer {
    width: 670px;
    height: 82px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 30px;
}

#imageScroller a:active, #imageScroller a:visited {
    color: #000000;
}

#imageScroller a img {
    border: 0;
}

#controls {
    width: 680px;
    height: 47px;
    background: url(../controlsBG.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

#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(../rtl.png) no-repeat;
    left: 200px;
}

#rtl:hover {
    background: url(../rtl_over.png) no-repeat;
    left: 199px;
}

#ltr {
    background: url(../ltr.png) no-repeat;
    right: 200px;
}

#ltr:hover {
    background: url(../ltr_over.png) no-repeat;
}
