.gallery3-title {
    background:#b3baa9 url(/images/gallery3bg1.gif) left top no-repeat;
    width:142px; height: 91px;
    float: left;
    text-align:left;
}
.gallery3-title a {
    display: block;
    margin-top: 30px;
    color: #fff;
    font:16px "Trebuchet MS", Arial;
    text-decoration: underline;
    text-align: center;
}

.gallery3-cont {
    overflow: hidden;
    position:relative;
    width:561px;
    height:91px;
    text-align:left;
    background:#b3baa9 url(/images/gallery3bg2.gif) right top no-repeat;
    -moz-user-select: none; /* prevents selection on dblclick */
}
.gallery3 {
    overflow: hidden;
    position: relative;
    height:34px;
    margin:18px 35px 10px 16px;
    padding: 0;
    text-align:left;
}
.gallery3 UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
}
.gallery3 LI {
    display: inline;
    margin-right: 14px;
}
.gallery3 li img {
    border:1px solid #fff;
}
.slide3-left, .slide3-right {position:absolute; height:15px; width:16px; cursor:pointer}
.slide3-left {
    left:0px;
    background: url(/images/arrow-left.gif) left top no-repeat;
}
.slide3-right {
    right:8px;
    background: url(/images/arrow-right.gif) right top no-repeat;
}
.slider3 {
    position:relative;
    width:510px;
    height:15px;
    margin:0 20px;
    border: 0 none;
    background: url(/images/scroll.gif) left 7px no-repeat;
}
.slider3 .ui-slider-handle {
    position:absolute;
    top:-4px;
    margin-left:-10px;
    width:21px; height:25px;
    z-index: 90;
    background: url(/images/knob.png) top no-repeat;
    cursor: w-resize;
    border: 0 none;
    behavior: url(/js/iepngfix.htc);
}
