#specProdList {
	position: relative;
	width: 100%;
	margin-top: 24px;
}
#specProdList:after {
	clear: both;
	content: '';
	display: table;
}

#specProdList .captionList{
	position: relative;
	z-index: 1;
}

#specProdList .captionList .slideBox{
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#specProdList .captionList .cItem{
	list-style: none;
	float: left;
}

#specProdList .caption{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 1px solid #313131;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 12px;
}

#specProdList .caption:hover{
	background-color: #202020;
}

#specProdList .caption.loading{
	opacity: 0.6;
}

#specProdList .cItem:first-child .caption{
	border: none;
}

#specProdList .caption a{
	display: block;
	text-align: left;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'robotobold';
	font-weight: 900;
	cursor: default;
}

#specProdList .cItem{
	float: left;
	width: 20%;
}

#specProdList .captionBtnRight,
#specProdList .captionBtnLeft{
	background: url(images/offerArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
}

#specProdList .captionBtnLeft{
	left: 0px;
}

#specProdList .captionBtnRight{
	right: 0px;
}

#specProdList .captionBtnLeft:hover{
	background-position: -0px -60px;
}

#specProdList .captionBtnLeft:active{
	background-position: -0px -120px;
}

#specProdList .captionBtnRight{
	background-position: -60px 0px;
}

#specProdList .captionBtnRight:hover{
	background-position: -60px -60px;
}

#specProdList .captionBtnRight:active{
	background-position: -60px -120px;
}

#specProdList .caption.selected {
	border: none !important;
	background: none !important;
	padding: 10px 0 18px !important;
}

#specProdList .product {
	width: 100% !important;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #E0E0E0;
	box-sizing: border-box;	
	height: 341px;
}
#specProdList .product .tabloid {
	border: none;
	height: 100%;
}
#specProdList .nbs-flexisel-inner {
	background: #fff !important;
	/*overflow: unset;*/
}
#specProdList .nbs-flexisel-container {
	/*overflow: hidden;
	padding: 10px 20px;*/
	border-left: 1px solid #E0E0E0;
}
#specProdList .nbs-flexisel-container:after {
	clear: both;
	content: '';
	display: table;
}
#specProdList .nbs-flexisel-nav-left,
#specProdList .nbs-flexisel-nav-right {
	z-index: 999;
}
#specProdList .nbs-flexisel-nav-left {
	/*margin-left: -20px;*/
}
#specProdList .nbs-flexisel-nav-right {
	/*margin-right: -20px;*/
}
#specProdList .product .picture {
	height: 190px
}
#specProdList .product .productColText {
	text-align: left;
}

#specProdList .product .rating {
	display: block;
}

#specProdList .product .productTable {
	display: block;
}
#specProdList .product .productColImage,
#specProdList .product .productColText {
	display: block;
	width: 100%;
	text-align: center;
	max-width: none;
}
#specProdList .product .productSpecialTime {
	display: block;
	text-align: center;
	margin-top: 10px;
}