﻿/* slider specific CSS */
.sliderGallery
{
    background: url('/PublishingImages/WebOUPE2010/bg_gallery.gif') repeat-x;
    overflow: hidden;
    position: relative;
    height: 168px;
    width: 630px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 8px;
    margin-bottom: 16px;
}

.slideH2
{
    font-weight: bold;
    color: #3b3b3b;
    font-size: 1.5em;
    line-height: 1.2em;
}

.sliderGallery ul
{
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 30px 10px 0 35px;
    margin: 0;
    z-index: 998;
}

.sliderGallery ul li
{
    display: inline;
    margin-right: 30px;
}

.sliderContainer
{
    width: 556px;
    height: 18px;
    top: 140px;
    margin: auto;
    padding: 0;
    position: relative;
}

.slider
{
    width: 408px;
    height: 18px;
    left: 74px;
    position: relative;
    background: url('/PublishingImages/WebOUPE2010/bg_slider.png') repeat-x;
    z-index: 0;
}

.ui-slider-handle
{
    position: absolute;
    cursor: pointer;
    height: 17px;
    width: 120px;
    top: 2px;
    background: url('/PublishingImages/WebOUPE2010/handle.png') no-repeat;
    z-index: 800;
    margin-left: -70px;
}

.slider span
{
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}

.slider .slider-lbl1, .slider .slider-lbl2, .slider .slider-lbl3, .slider .slider-lbl4, .slider .slider-lbl5
{
    background: url('/PublishingImages/WebOUPE2010/bg_bullet.gif') no-repeat 0 3px;
    width: 15px;
    height: 15px;
    display: block;
}
.slider .slider-lbl1
{
    left: 0px;
}

.slider .slider-lbl2
{
    left: 125px;
}

.slider .slider-lbl3
{
    left: 120px;
}

.slider .slider-lbl4
{
    left: 245px;
}

.slider .slider-lbl5
{
    left: 375px;
}


.sliderContainer span.start
{
    float: left;
    width: 50px;
    height: 18px;
    background: url('/PublishingImages/WebOUPE2010/bg_slider.png') repeat-x;
    z-index: -2;
}

.sliderContainer span.end
{
    float: right;
    width: 50px;
    height: 18px;
    background: url('/PublishingImages/WebOUPE2010/bg_slider.png') repeat-x;
    z-index: -2;
}

.sliderContainer span.btn-left
{
    float: left;
    width: 24px;
    height: 18px;
    background: url('/PublishingImages/WebOUPE2010/btnizq.png') no-repeat;
    cursor: pointer;
}

.sliderContainer span.btn-right
{
    float: right;
    width: 24px;
    height: 18px;
    background: url('/PublishingImages/WebOUPE2010/btndch.png') no-repeat;
    cursor: pointer;
}

#tool 
{
	display: none;
	position: absolute;
}

.open
{ 
	display:block!important;
}
