.listing-item .product-image, .listing-item .product-shop {
	float: none;
	text-align: center;
	width: auto;
	margin-left:-20px;
}
.listing-item .product-image {
	float: none;
	text-align: center;
	width: auto;
	overflow:hidden;
	margin-left:-40px;
}
.color-changer {
	float: none!important;
	text-align: center!important;
	width:100%;
	padding:0!important;
	text-align:center;
	overflow:hidden;
}
.color-changer div {
	margin-left:-30px;
	text-align:center;
}
.color-changer ul {
	margin-left:auto;
	margin-right:auto;
	width:auto!important;
}
.listing-type-list .listing-item {
	float: left;
	width: 270px;
	border: none;
	margin: 0 11px 0 22px;
	min-height: 290px;
	/* background: url(../images/bg_list-divider.gif) right 29px no-repeat; */
	background: url(../images/bg_list-divider.png) right 29px no-repeat;
}

.listing-type-list .last {
background-image:none;
}

.listing-type-list .product-shop .price-box {
	float: none;
	display:inline;
}
.catalog-listing h5 {
	/* float:left; */
	text-transform:uppercase;
	display:inline;
}
.catalog-listing h5 a, .catalog-listing h5 a:hover {
	color:#6e6e6e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.catalog-listing h5 a:hover {
	/*text-decoration: underline;*/
	color:#000;
}
.catalog-listing .regular-price .price {
	color: #000;
	font-size: 11px;
	display:inline;
}

.catalog-listing .tax-details {  display:none; }

/************ Slider ***********/
#listScrollWrapper {
	height:360px;
	padding-bottom:60px;
	position:relative;
	top:40px;
	width:100%;
}
.catalogsearch-result-index #listScrollWrapper { top:0px; }
.catalogsearch-result-index .page-head { margin:0 0 15px; }
#scrollable {
	position: relative;
	height: 370px;
	overflow: hidden;
	width: 100%;
	margin-top:25px;
}
#scrollerContent {
	height: 315px;
	margin: 0 auto;
	width:auto;
}
#scrollBarContainer {
	margin: 0 auto;
	width: 950px;
}
#scrollLeft, #scrollRight {
	display: none;
	/* block */
	float: left;
	cursor: pointer;
}
#scrollerTrack { 
      width: 900px;
	  float: left;
	  height: 4px; 
	  background: url(../images/slider_bg.gif) 0px 0px repeat-x;
} 
#scrollerHandle {
	  cursor:pointer;
	  margin-top:-12px;
	  height:28px;
	  width:28px!important;
	  background: url(../images/slider_track.png) 0px 0px no-repeat;
	  /* margin-left:-50px; */
	  padding:30px 60px 30px 60px;
}
.listcolorpicker img { }

