#container
{
	background-color: #F4F3EF;
	width: 969px;
	margin: 10px auto; 
	padding: 0px;
}

#container-landing-page
{
	background-color: #F4F3EF;
	width: 969px;
	/* [disabled]margin: 10px auto; */
	padding: 0px;
}

/* slider specific CSS */
.sliderGallery
{
    overflow: hidden;
    position: relative;
	float:left;
    padding: 10px;
    height: 480px;
    width: 949px;
}

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

.sliderGallery UL LI
{
    display: inline;
}

.slider
{
    width: 969px;
    height: 18px; 
    margin-left: 5px;
    padding: 1px;    
    position: absolute;    
    background: url(../images/productBrowser_scroller.png) no-repeat;
    bottom:0;
    left:0;
    
}

.handle
{
    position: absolute;
    cursor: default;
    height: 18px;
    width: 181px;
    top: 0px;
    background: url(../images/productBrowser_scroller_handle.png) no-repeat;
    z-index: 100;
    left: 2px;
}

.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;
}
