/* cross sales */
#cross_sales {
	margin: 10px 0 25px 0;
}
#cross_sales a, #cross_sales a:link, #cross_sales a:hover, #cross_sales a:visited {
	color: #111;
	text-decoration: none;
}
#cross_sales a:hover {
	text-decoration: underline;
}
#cross_sales .title {
	color: #FF5730;
	text-align: left;
	border-bottom: 1px dashed #808080;
}
#cross_sales .title h2 {
	text-transform: capitalize;
	padding: 5px 0 5px 20px;
}
.carousel-wrapper .jcarousel-prev-horizontal,
.carousel-wrapper .jcarousel-next-horizontal {
	width: 20px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 60px;
}
.carousel-wrapper .jcarousel-prev-horizontal {
	left: 0;
	cursor: pointer;
	background: url(../images/prev.jpg) no-repeat 50% 50%;
}
.carousel-wrapper .jcarousel-prev-disabled-horizontal {
	cursor: default;
    background: url(../images/prev_disabled.jpg) no-repeat 50% 50%;
}
.carousel-wrapper .jcarousel-next-horizontal {
	right: 0;
	cursor: pointer;
	background: url(../images/next.jpg) no-repeat 50% 50%;
}
.carousel-wrapper .jcarousel-next-disabled-horizontal {
	cursor: default;
    background: url(../images/next_disabled.jpg) no-repeat 50% 50%;
}

.carousel-wrapper {
    position: relative;
}
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px dashed #808080;
}
.carousel .jcarousel-clip-horizontal {
	width: 925px;
	overflow: hidden;
	margin: 0 auto;
}
.carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
.carousel li {
    float: left;
}
.carousel li div.sale {
	text-align: center;
	width: 165px;
	height: 200px;
	overflow: hidden;
	padding: 0 10px;
}
.carousel li h3 {
	font-size: 12px;
	padding: 5px 0;
}
.carousel li .stars {
	margin-bottom: 5px;
}
.carousel li .stars img {
	width: 16px;
}
.carousel li .prices,
.carousel li .prices .new {
	color: #DE1819;
	font-size: 14px;
	font-weight: bold;
}
.carousel li .prices .old {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}
/* end of cross sales */