	#product-scroll,
	#product-scroll-2 {
		/*	overflow:hidden; */
		width:960px;
		height:150px;
		position:relative;
		z-index:600;
	}
	
	.product-scroll-hidden {
		width:960px;
		overflow:hidden;
		height:150px;
		position:absolute;
	}
	
	.scrolling-content {
		position:absolute;
		width:6000px;
		z-index:650;
	}
	
	#product-scroll .product-box,
	#product-scroll-2 .product-box {
		margin-left:10px;
		width:182px;
		float:left;
	}
	
/*	.product-scroll-nav {
		width:986px;	
		position:absolute;
		height:26px;
		margin-left:-13px;
		margin-top:92px;
		z-index:700;
	} */
	
	
	
	.product-scroll-nav .right-button,
	.product-scroll-nav .left-button {
		height:54px;
		width:54px;
		cursor:pointer;
		
		position:absolute;
	} 
	
	
	.product-scroll-nav .right-button {
		right:-27px;
		top:79px;
		z-index:700;
	}
	
	.product-scroll-nav .left-button {
		left:-27px;
		top:79px;
		z-index:700;
	}
	
	
	
	
	#product-scroll h3,
	#product-scroll-2 h3 {
		padding-bottom:5px;
	}
				
	#product-scroll .body,
	#product-scroll-2 .body {
		padding-top:10px;
	}
	
	#product-scroll .header,
	#product-scroll-2 .header {
		position:relative;
	}
	
	/* #product-scroll .header .discount-overlay {
		position:absolute;
		top:0;
		left:0;
		margin-left:-5px;
		margin-top:-10px;
	} */
	
	#product-scroll .product-scroll-nav .left-button,
	#product-scroll-2 .product-scroll-nav .left-button {
		float:left;
		background:url(../../images/left-button-scroll.png) no-repeat;
	}
	
	#product-scroll .product-scroll-nav .right-button,
	#product-scroll-2 .product-scroll-nav .right-button {
		float:right;
		background:url(../../images/right-button-scroll.png) no-repeat;
	}
	
	#product-scroll .product-scroll-nav .right-disabled,
	#product-scroll-2 .product-scroll-nav .right-disabled {
		background-image:url(../../images/right-button-scroll-disabled.png);
		cursor:default;
	}
	
	#product-scroll .product-scroll-nav .left-disabled,
	#product-scroll-2 .product-scroll-nav .left-disabled {
		background-image:url(../../images/left-button-scroll-disabled.png);
		cursor:default;
	}