#topProductNew{
	position: relative;
}

#topProductNew .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#topProductNew .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

#topProductNew .productList > li{
	float: left;
}

#topProductNew .productList .item{
	border-left: 0px !important;
	height: 360px !important;
	width: 100% !important;
	float: none;
}

#topProductNew .productList > li:first-child .item{
	border-left: 1px solid #e7e8ea !important;
}

#topProductNew .productList .item .tabloid{
	height: 358px !important;
}

#topProductNew .topBtnLeft,
#topProductNew .topBtnRight{
	background: url(images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

#topProductNew .topBtnLeft{
	left: 0px;
}

#topProductNew .topBtnRight{
	right: 0px;
}

#topProductNew .topBtnLeft:hover{
	background-position: -35px 0;
}

#topProductNew .topBtnLeft:active{
	background-position: -70px 0;
}

#topProductNew .topBtnRight{
	background-position: 0 -70px;
}

#topProductNew .topBtnRight:hover{
	background-position: -35px -70px;
}

#topProductNew .topBtnRight:active{
	background-position: -70px -70px;
}

#topProductNew .product:hover .addCartContainer{
	position: absolute;
	z-index:10;
	width: 90%;
    top: 150px;
    left: 15px;
}

@media all and (max-width: 700px){
	
	#topProductNew .product .addCartContainer{    
		position: absolute;
		z-index: 10;
		width: 90%;
		top: 225px;
		left: 15px;	
	}
	
	#topProductNew .product:hover {
		top: 225px;
	}
}