.thumbCarousel-wrap {
	position: relative;
	background: transparent;
	padding: 0px 60px;
	margin:0 auto;
	width: 100% !important; /* script -  viewtotal(4) - viewport width = ((li outer width  * 4)) + (li rightMargin * (4 - 1)) */
}
.thumbCarousel-viewPort {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	height: 265px;
}
ul.thumbCarousel-list {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 2304px; /* script - (li outer width + right margin) * (max sections + viewTotal(4)) */
	top: 0px;
}
ul.thumbCarousel-list li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	cursor: pointer;
	margin:0 auto;
	width: 250px;
	height: 265px;
	text-align:center;/* li outer width = 134px = image outer width + (li padding * 2) + (li border * 2) */
}
ul.thumbCarousel-list li img {
	width: 235px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}
.thumbCarousel-title {
	width: 235px;
	height: 50px;
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: -0.3px;
	overflow: hidden;
	color: #999;
}
.thumbCarousel-priceLabel {
	display:none;
}
.thumbCarousel-priceValue {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: -0.3px;
	color: #3A8D05;
}
.thumbCarousel-prev, .thumbCarousel-next {
	position: absolute;
	top: calc(50% - 31px);
	display: table;
	/* background-color: #333; */
	width: 62px;
	height: 62px;
	border-radius: 50%;
	cursor: pointer;
}
.thumbCarousel-prev {
	left: 0px;
}
.thumbCarousel-next {
	left: inherit !important;
	right: 0px;
}
.thumbCarousel-prev::before, .thumbCarousel-next::before {
	content: '';
	position:relative;
	display:block;
	font-family: 'Glyphicons Regular';
	text-align: center;
	font-size: 62px;
	line-height: 62px;
	color: #3A8D05;
}
.thumbCarousel-next::before {
	content: '\E224';
}
.thumbCarousel-prev::before {
	content: '\E225';
}
@media (max-width: 767px) {
.thumbCarousel-wrap {
	padding: 0px 45px;
}
.thumbCarousel-prev, .thumbCarousel-next {
	top: calc(50% - 21px);
	width: 42px;
	height: 42px;
}
.thumbCarousel-prev::before, .thumbCarousel-next::before {
	font-size: 42px;
	line-height: 42px;
}	
}