/********* FRAME *********/
/* Style for horizontal */
.jv-scroller-wrapper {
	position: relative;
	overflow: hidden;
}
.jv-scroller-padding {
	overflow: hidden;
	padding: 10px 30px;
}
.jv-scroller-container {
	position: relative;
	margin: 0px; /* 0 14px */
	overflow: hidden;
}
#jv-scroller-wrap {
	margin: 0; /* 0 auto  */
	overflow: hidden;
	width: auto;
}

/***********************/
/*#jv-scroller-left {
	background: url(../images/pointer_left.png) 0 25% no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	height: 100%;
	width: 9px;
	cursor: pointer;
}*/

#jv-scroller-left {
	background: url(../images/pointer_left.png) 0 25% no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	height: 100%;
	width: 9px;
	cursor: pointer;
	z-index:5;
}
#jv-scroller-right {
	background: url(../images/pointer_right.png) 0 25% no-repeat;
	position: absolute;
	top: 10px;
	right: 0;
	height: 100%;
	width: 9px;
	cursor: pointer;
}
#jv-scroller {
	width: 10000%;
	height: 10000%;
}
.product-Old-Price {
	color:#CC0000;
	text-decoration:line-through;
}
#jv-scroller .scroll-item {
	float: left;
	margin: 0 0 0 1px;
	/*padding: 0px 5px 0px 5px;*/
	width: 200px;
	text-align: center;
}
.scroll-item span {
	line-height: 24px;
}