@import url("reset.css");

sliderBody{
    width:680px;
	height:180px;
	margin:0;
	padding:0;
}

#overlay { 
background: transparent url(../img/productbrowser_scroller_20080115.png) no-repeat left top !important; 
background: none; 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/productbrowser_scroller_20080115.png", sizingMethod="scale"); 
}

.sliderGallery {
    background: url(../img/productbrowser_background_20070622.jpg) no-repeat;
    overflow: hidden;
    position: relative;
	margin:0;
    padding:30px 10px 0;
    height: 170px;
    width: 680px;
}

.sliderGallery UL {
    position: absolute;
	left:0;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0 0 0 20px;
    margin: 0;
}

.sliderGallery UL LI.pickupImg{
    display:inline;
	padding:0 20px 0 0;
	position:relative;
	width:155px;
	height:135px;
}

* html .slider {
    behavior: expression(IEPNGFIX.fix(this));
} 
        
.slider {
    width: 680px;
    height: 17px;
    margin-top: 140px;
    padding: 1px;
    position: absolute;
    background: url(../img/productbrowser_scrollbar_20070622.png) no-repeat;
	outline:none;
}

* html .handle {
    behavior: expression(IEPNGFIX.fix(this));
}

* html .pickupImg img{
    behavior: expression(IEPNGFIX.fix(this));
	width:155px;
	height:135px;
}

.handle {
    position: absolute;
    height: 17px;
    width: 182px;
    top: 0;
	left:0;
    background: url(../img/productbrowser_scroller_20080115.png) no-repeat;
    z-index: 100;
	cursor:pointer;
}
