#new{
	position: relative;
}

#new .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#new .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

#new .productList > li{
	float: left;
}

#new .productList .item{
	border-left: 0px !important;
	height: 360px !important;
	width: 100% !important;
	float: none;
}

#new .productList > li:first-child .item{
	border-left: 1px solid #e7e8ea !important;
}

#new .productList .item .tabloid{
	height: 358px !important;
}

#new .topBtnLeft,
#new .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%;
}

#new .topBtnLeft{
	left: 0px;
}

#new .topBtnRight{
	right: 0px;
}

#new .topBtnLeft:hover{
	background-position: -35px 0;
}

#new .topBtnLeft:active{
	background-position: -70px 0;
}

#new .topBtnRight{
	background-position: 0 -70px;
}

#new .topBtnRight:hover{
	background-position: -35px -70px;
}

#new .topBtnRight:active{
	background-position: -70px -70px;
}
