/* scroller catalogue images */
#product-category {
	width: auto;
	overflow: hidden;
	height: 390px;
	margin: 20px 0 0 0;
}
#product-category ul{
	width: auto;
	margin: 0;
	padding: 0;
}
#product-category li {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 380px;
	
	// width: auto;
	
	// height: auto;
}

#product_list {
	position: absolute;
	left: 0;
}






/* scroller bar holder */
#deptScroller{
	margin: 0px auto;
	display: block; 
	text-align: center; 
	height: 25px; 
	position: relative; 
	width: 525px; 
	z-index: 20;
}

#deptScroller #up{
	position: absolute; 
	left: -21px; 
	top: 0px; 
	z-index: 25; 
	cursor: pointer; 
	width: 11px;
}

#deptScroller #track{
	position: absolute; 
	height: 15px; 
	left: 0; 
	top: 0; 
	z-index: 26; 
	width: 500px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
	// border-left: none;
	// border-right: none;
}

#deptScroller #drag{
	position: absolute; 
	left: 0; 
	top: 0px; 
	z-index: 27; 
	cursor: pointer; 
	width: 54px;
}

#deptScroller #down{
	position: absolute; 
	left: 502px; 
	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: 14px !important;
	margin-top: 1px;
	background: #fff url(scrollbar_handle.gif) 50% 0 no-repeat;
}

#deptScroller #track img{
	height: 20px; 
	left: 240px;
	width: 500px;
}






.view_all_holder {
	display:block;
	margin: 10px 0;
	padding: 0;
	position: relative; 
	width: 980px; 
	z-index: 20;
}

.view_all {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.view_all h1 {
	font: 1.3em Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
}

.view_all h5 {
	font: 1.3em Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
}

.view_all:hover{
	color: #fff;
}
#newsletter h3 {
	top: 0 !important;
}




/* not in use
.content-category {
	padding-bottom: 50px;
}

#product-category .variant{
	padding: 0;
	margin: 0;
}
#product-category .variant li{
	padding: 0;
	margin: 0;
}


*/
