#rollproducts {
	width: 670px;
	height: 93px;
	padding: 3px 6px 6px 4px;
	background: url(images/jcarousel.gif) no-repeat right;
	overflow: hidden;
	margin-left: 2px;
	margin-bottom: 3px;
	float: left;
}
#rollproducts .jcarousel-container {
	width: 618px;
	height: 93px;
	padding: 0 26px;
	overflow: hidden;
	position: relative;
}
#rollproducts .jcarousel-clip {
	width: 618px;
	height: 93px;
	overflow: hidden;
}
#rollproducts .jcarousel-item {
	position: relative;
	width: 166px !important;
	height: 91px !important;
	padding: 0 2px 0 30px;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	margin-right: 9px;
	overflow: hidden;
	background: #fff url(images/loading-small.gif) no-repeat 50% 50%;
}
#rollproducts .jcarousel-prev,
#rollproducts .jcarousel-next {
	position: absolute;
	top: 35px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(images/next-horizontal.gif) no-repeat 0 0;
	cursor: pointer;
}
#rollproducts .jcarousel-prev {
	left: 0;
	background: url(images/prev-horizontal.gif) no-repeat 0 0;
}
#rollproducts .jcarousel-prev:hover,
#rollproducts .jcarousel-next:hover {
	background-position: -20px 0;
}
#rollproducts .jcarousel-prev:active,
#rollproducts .jcarousel-next:active {
	background-position: -40px 0;
}
#rollproducts .jcarousel-prev-disabled,
#rollproducts .jcarousel-next-disabled {
	cursor: default;
	background-position: -60px 0 !important;
}
/* -----item inner-------- */
#rollproducts .jcarousel-item a {
	text-decoration: none !important;
}
#rollproducts .jcarousel-item a.pic {
	overflow: hidden;
	width: 166px;
	height: 91px;
	display: block;
}

#rollproducts .jcarousel-item a.pic img {
	margin-top: -15px;
}

#rollproducts .jcarousel-item .circle {
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 74px;
	height: 50px;
	padding-top: 16px;
	background: url(images/circle.png) no-repeat;
	text-align: center;
}
* html #rollproducts .jcarousel-item .circle {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/circle.png');
}
#rollproducts .jcarousel-item .circle .name {
	font-size: 11px;
	display: block;
	color: #555;
}
#rollproducts .jcarousel-item .circle .dollar {
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	color: #000;
	position: relative;
	top: -3px;
	left: -2px;
}
#rollproducts .jcarousel-item .circle .number {
	font-weight: bold;
	font-size: 17px;
	color: #000;
}
#rollproducts .jcarousel-item .saved {
	position: absolute;
	right: 2px;
	bottom: 2px;
	font-size: 10px;
	color: #f60;
}
