.widget-catalogsale-products-carousel .new-slider {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	position: relative;
	margin-bottom:1%;
}
.widget-catalogsale-products-carousel .box-top {
	overflow: hidden;
	position: relative;
	left: 0;
	float: left;
	width: 100%;
	height: auto;
	margin-left: 5px;
}
.widget-catalogsale-products-carousel .box-top ul {
	list-style: none;
	padding: 0;
}
.widget-catalogsale-products-carousel .box-top ul li {
	display: block;
	float: left;
	position: relative;
	width: 270px;
	margin: auto 5px 10px;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
}
.widget-catalogsale-products-carousel #left, #right {
	cursor: pointer
}
.widget-catalogsale-products-carousel .box-left,  .widget-catalogsale-products-carousel .box-right {
	position: absolute;
	top: 40px;
	width: 21px;
	height: 35px;
	cursor: pointer;
	z-index: 999;
}
.widget-catalogsale-products-carousel .box-left {
	top: 40px;
	background: #000;
	background: url(../images/carousel-img/prev-carousel.png) no-repeat 0 0;
}
.widget-catalogsale-products-carousel .box-right {
	right: 0px;
	background: #000;
	background: url(../images/carousel-img/next-carousel.png) no-repeat 0 bottom;
}
.widget-catalogsale-products-carousel .box-left:hover {
	background-position: 0 100%;
}
.widget-catalogsale-products-carousel .box-right:hover {
	background-position: 0 0;
}
.widget-catalogsale-products-carousel .link-cart span {
	background: #505050 no-repeat left top;
	padding-left: 8px;
	display: inline-block;
}
.widget-catalogsale-products-carousel .link-cart span span {
	background-position: 100% 0;
	padding: 0 16px 0 8px;
}
.widget-catalogsale-products-carousel .product-image {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}
