﻿h1 
{ 
    margin-bottom: 2px; 
}

#container 
{
    background: transparent;
    width: 1000px;
    margin: 15px auto;
    padding: 100px;
}

/* slider specific CSS */
.sliderGallery 
{
    position: relative;
    width: 670px;
    height: 200px;
    padding: 10px;
    border: solid 0px #9d9c9d;
    overflow: hidden;
    background: transparent;
}

.sliderGallery UL 
{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow: none;
}

.sliderGallery UL LI 
{
    display: inline;
}

.slider 
{
    position: relative;
    width: 678px;
    height: 17px;
    top: 170px;
    margin-left: 0px;
    padding: 1px;
    border:solid 0px #000000;
    background: url('../images/slider/productbrowser_scrollbar_20070622-2.png') no-repeat;
}

.handle 
{
    position: absolute;
    width: 181px;
    height: 17px;
    top: 0;
    cursor: move;
    background: url('../images/slider/productbrowser_scroller_20080115-2.png') no-repeat;
    z-index: 100;
}

.slider span 
{
    position: absolute;
    top: 0px;
    font-size: 80%;
    color: #000000;
    cursor: pointer;
    z-index: 110;
}

.slider .slider-lbl1 
{
    left: 60px;
}

.slider .slider-lbl2 
{
    left: 107px;
}

.slider .slider-lbl3 
{
    left: 190px;
}

.slider .slider-lbl4 
{
    left: 380px;
}

.slider .slider-lbl5 
{
    left: 560px;
}