.content-category{
	padding-bottom: 50px;
}

#product-category{
	width: auto;
}
.product-wrapper{
	position: relative;
	padding-top: 10px;
	height: 405px;
	overflow: hidden;
}
#product_list{
	position: absolute;
	left: 0;
}
.category #product-category ul{
	width: auto;
}
.category #product-category li{
	margin-left: 0px;
	margin-right: 20;
}
* html .category #product-category li{
	margin-left: 10px;
	margin-right: 0px;
}
.category #product-category .variant{
}
.category #product-category .variant li{
	margin-left: 0;
	margin-right: 0;
}
#deptScroller{
	margin: 0px auto; 
	display: block; 
	text-align: center; 
	height: 25px; 
	position: relative; 
	width: 424px; 
	z-index: 20;
}

#deptScroller #up{
	position: absolute; 
	left: -12px; 
	top: 0px; 
	z-index: 25; 
	cursor: pointer; 
	width: 11px;
}
#deptScroller #track{
	position: absolute; 
	height: 22px; 
	left: 0; 
	top: 0px; 
	z-index: 26; 
	width: 402px;
}
#deptScroller #drag{
	position: absolute; 
	left: 0; 
	top: 0px; 
	z-index: 27; 
	cursor: pointer; 
	width: 54px;
}
#deptScroller #down{
	position: absolute; 
	left: 407px; 
	top: 0px; 
	z-index: 24; 
	cursor: pointer; 
	width: 11px;
}

#deptScroller #up img,
#deptScroller #down img,
#deptScroller #track img,
#deptScroller #drag img{
	display: block;
}

#drag img{
	height: 13px !important;
	margin-top: 3px;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	background:#4e4e4e url(scrollbar_handle.gif) 50% 45% no-repeat;
	margin-left: -1px;
}

#deptScroller #track img{
	height: 20px; 
	left: 240px; 
	width: 408px;
}


.view-all{
	background:#000;
	color:#fff;
	display:block;
	font-size:1.4em;
	font-style:italic;
	margin: 10px auto 0 auto;
	padding:10px;
	width:80px;
}
.view-all:hover{
	color: #fff;
}

#newsletter h3{
	top: 0 !important;
}
