/* Start of CMSMS style sheet 'sliderstyle' */
/* slider specific CSS */

#sliderContainer {
    position: relative;
    width: 935px;
    height: 300px;
    margin-top: 40px;
    padding: 0px;
}

.sliderGallery {
   background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 0px;
    height: 280px;
    width: 925px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    display: inline;
}

.slider {
    width: 925px;
    height: 26px;
    margin-top: 237px;
    padding: 1px;
    position: relative;
    background: url(/uploads/images/homepage/scrollbar.png) no-repeat;
}

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

.handle {
    position: absolute;
    cursor: move;
    height: 26px;
    width: 26px;
    background: url(uploads/images/slider/handleOrange.png) no-repeat;
    z-index: 100;
}

.slider .slider-lbl1 {
    left: 85px;
    color: #555555;
}

.slider .slider-lbl2 {
    left: 226px;
    color: #555555;
}

.slider .slider-lbl3 {
    left: 396px;
    color: #555555;
}
 
.slider .slider-lbl4 {
    left: 566px;
    color: #555555;
}
 
.slider .slider-lbl5 {
    left: 760px;
    color: #555555;
}

.imageLibrary {
    display: inline;
    clear: none;
}

.imageLibrary li {
    list-style-type: none;
    display: inline;
    clear: none;
}

.imageLibrary p {
    position: absolute;
    margin: 0px;
    margin-left: 0px;
    margin-top: 101px;
    z-index:2;
    background-Color: #555555;
    color: #ffffff;
    width: 250px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity:.8;
    display: none;
    clear: none;
    font-size: 10pt;
}

.imageLibrary img {
    z-index: 1;
    margin: -2px;
}

/* End of 'sliderstyle' */

