/********* FRAME *********/
/* Style for horizontal */
.jv-scroller-wrapper {
	position: relative;
	overflow: hidden;
}
.jv-scroller-padding {
	overflow: hidden;
	padding-top: 10px;
}
.jv-scroller-container {
	position: relative;
	margin: 0 14px;
	overflow: hidden;
}
.jv_scroller_wrap{
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	width: auto;
}
.jv_scroller_wrap .scroll-item{
	position:absolute;
}

/***********************/
.jv-scroller-left {
	background: url(../images/icon-left.png) 0 35% no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	width:25px;
	height: 100%;
	cursor: pointer;
}
.jv-scroller-padding .left_active{
	background: url(../images/icon-left-hover.png) 0 35% no-repeat !important;
}
.jv-scroller-right {
	background: url(../images/icon-right.png) 0 35% no-repeat;
	position: absolute;
	top: 10px;
	right: 0;
	height: 100%;
	width:25px;
	cursor: pointer;
}
.jv-scroller-padding .right_active{
	background: url(../images/icon-right-hover.png) 0 35% no-repeat !important;
}
.product-Old-Price {
	color:#CC0000;
	text-decoration:line-through;
}
.jv_scroller_wrap .scroll-item {
	float: right; /* aminits: for RTL */
	margin: 0 0 0 1px;
	padding: 0;
}
.scroll-item span {
	line-height: 24px;
}