.sliderGallery, .sliderGallerywrapper {
    background: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
    margin-top: 10px;
}
.sliderGallerywrapper {
    height: 183px;
    margin-right: 10px;
    margin-left: 5px;
    padding-left: 0px;

}
.sliderGallery {
    background: none;
    border: 1px solid #e7e7d9;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    height: 240px;
}

.sliderGallery ul {
    position: absolute;
    overflow: none;
   /* width: 2000px;*/
    /*white-space: nowrap;*/
    padding: 0;
    margin: 0;
    height: 240px;
    padding-left: 2px;
}

.sliderGallery ul li {
    float: left;
    width: 130px;
    height: 240px;
    list-style: none;
}
.sliderGallery ul li.first {
    margin-left: 0px;
}

.slider-wrapper {
    width:100%;
    height:35px;
    position:relative;
    background: url(../img/slider.png) no-repeat;
    padding:1%;
    margin-top:-37px;
}

.slider {
    width: 79%;
    height: 35px;
    /*margin-left: 7px;*/
    padding: 1px;
    position: relative;
    /*top: 210px;*/
}

.handle, .ui-slider-handle {
    position: absolute;
    cursor: move;
    height: 21px;
    width: 171px;
    top: 9px;
    background: url(../img/handle.png) no-repeat;
    z-index: 100;
}

.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}

.slider .slider-lbl1 {
    left: 50px;
}

.slider .slider-lbl2 {
    left: 107px;
}

.slider .slider-lbl3 {
    left: 156px;
}

.slider .slider-lbl4 {
    left: 280px;
}

.slider .slider-lbl5 {
    left: 455px;
}

div.slider_text{
width: 130px;
font-size: 12px;
}

div.slider_text a.title{
font-weight: bold;
color: black;
}


/*.sliderGallery img{
clear: both;
}
*/
#image_slider h4{
font-family: "Myriad Pro","Lucida sans",Verdana,sans-serif;
font-weight: bold;
font-size: 24px;
color: #3d3d3d;
margin: 0;
padding-top: 20px;
}


