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

/***********************/
#jv-scroller-left {
	background: url(../images/arrow_red_left.png) 0 25% no-repeat;
	position: absolute;
	top: 40px;
	left: 0;
	height: 100%;
	width: 20px;
	cursor: pointer;
}
#jv-scroller-right {
	background: url(../images/arrow_red_right.png) 0 25% no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
	height: 100%;
	width: 20px;
	cursor: pointer;
}
#jv-scroller {
	width: 10000%;
	height: 10000%;
	background:url(/templates/nov/images/scroller_bg.png) repeat-x;
}
.product-Old-Price {
	color:#CC0000;
	text-decoration:line-through;
}
#jv-scroller .scroll-item {
	position:relative;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	width: 229px;
	text-align: left;
}
.scroll-item span {
	line-height: 16px;
}

.productPrice {
	position:absolute;
	top:112px;
	right:0;
	text-align:right;
	padding:0;
	font-size:14px;
	width:115px;
/*	background:#B0311E;*/
	color:#FFF;
	font-weight:bold;
/*	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;*/
}

.prodsnapimg {
	height:140px;
	text-align:center;
}

.prodsnapimg img {
	width:63%;
	height:90%;
}

.prodsnaptext {
	text-align:center;
}