.sliderGallery {
            overflow: hidden;
            position: relative;
            
            height: 210px;
            width: 950px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            width:2865px
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
           	width: 950px;
            height: 17px;
            margin-top: 190px;
            padding: 1px;
            position: relative;
            background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 19px;
            width: 142px;
            top: 0;
            background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }

span.product-box{
	border:1px solid #EFEFEF;
	float:left;
	font-size:12px;
	height:160px;
	margin:0 10px 10px 0;
	padding:6px;
	width:155px;
}
span.product-box p.image{
	text-align:center;
	over-flow:hidden;
}
span.product-box p.image img{
}
span.product-box p.price{
	float:right;
	color:green;
	padding-top:2px;
}
span.product-box p.title{
	float:left; height:14px; line-height:14px; overflow:hidden;
}
span.product-box p.add-to-cart{
	float:left;
	clear:both;
		padding-top:2px;
		color:#333;
		white-space:nowrap;
}
span.product-box p.add-to-cart a{
	color:#333;
}




