body {
   background: none;
   background-color: #FFFFFF;
}

#header_container {
   background-color: #000000;
}

#header {
   height: auto;
}

.ProductSlider {
   background: url('../img/layout/scroll_bar_bg_all.gif') repeat-x;
   overflow: hidden;
   position: relative;
   margin-top: 30px;
   padding: 0px;
   height: 35px;
   width: 944px;
   padding-top: 165px;
}

.ProductSlider ul {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   list-style: none;
   white-space: nowrap;
   padding: 0;
   margin: 0;
   overflow: none;
   height: 150px;
   width: 5000px;
}

.ProductSlider li {
   display: block;
   float: left;
   list-style-type: none;
   white-space: normal;
   width: 150px;
   height: 150px;
   text-align: center;
   margin: 0 10px;
   padding: 0;
   position: relative;
}

.ProductSlider li a {
   text-decoration: none;
   color: #CDCDCD;
   display: block;
   width: 150px;
   height: 15px;
   background-repeat: no-repeat;
   background-position: top left;
}

.ProductSlider li a:hover {
   color: #FFFFFF;
}

.ProductSlider li.Parent a {
   color: #FFFFFF;
}

.ProductSlider li a div {
   position: absolute;
   width: 150px;
   text-align: center;
   bottom: 0;
   left: 0;
}

.ProductSlider li span {
   color: #FFFFFF;
   display: block;
   width: 150px;
   height: 15px;
   background-repeat: no-repeat;
   background-position: top left;
   padding-top: 135px;
}

.ProductSlider .slider {
   width: 916px;
   height: 22px;
   margin-left: 14px;
   padding: 3px 0px;
   position: relative;
   background: url('../img/layout/scroll_bar_bg.gif') no-repeat;
}

.ProductSlider .handle {
   position: absolute;
   display: block;
   cursor: move;
   height: 18px;
   width: 200px;
   top: 2px;
   z-index: 100;
}

.ProductSlider .slider span {
   color: #bbb;
   font-size: 80%;
   cursor: pointer;
   position: absolute;
   z-index: 110;
   top: 3px;
   font-size: 1em
}

.ProductSlider .slider span:hover {
   color: #FFFFFF;
}
