
/* slider specific CSS */
.sliderGallery {

    overflow: hidden;
    position: relative;
    height: 210px;
    width: 960px;
    padding: 20px 0px 0px 0px;
    margin-left: 24px;


}
.underlinest
{
    border-bottom: 1px solid #333333;
}
.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    
}

.sliderGallery UL LI {
    display: inline;
    margin-left: 5px;
    margin-right: 45px;
}
.sliderGallery UL LI IMG
{
    border: 3px solid #333;
}
.border_img_active
{
    border: 5px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.sliderm {
    width: 950px;
    height: 27px;
    margin: 172px 0px 0px 4px;
    position: relative;
    padding: 1px;


}

.handle {
    position: absolute;
    cursor: pointer;
    height: 21px;
    width: 358px;
    top: 0;
    background: url(../img/slider_handle.png) no-repeat;
    z-index: 30;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    /*padding: 141px 0px 0px 15px;*/

}


.handleleft
{

    position: relative;
    width: 35px;
    height: 27px;
    background: url(../img/slider_bground_left.png) no-repeat;
    float: left;
    margin-right: -13px;
    z-index: 20;
}
.handlemain
{
    position: relative;
    height: 27px;
    width: 880px;
    background: url(../img/slider_bground_middle.png) repeat-x;
    float: left;

   

}
.handleright
{
    position: relative;
   
    height: 27px;
    width: 35px;
    background: url(../img/slider_bground_right.png) no-repeat;
    float: left;
}
