div,ul,li,body {
	display: block;
	margin: 0;
	padding: 0;
}

.leftNav,
.rightNav {
	background: url(../../images/custom/bg.png);
	outline: none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
}

.leftNav:hover {
	background:url("../../images/custom/prev.png") no-repeat right 1rem center; background-size: 36px 36px;
}

.rightNav:hover {
	background:url(../../images/custom/next.png) no-repeat left 1rem center; background-size: 36px 36px;
}

.leftNav:hover:before,
.rightNav:hover:before {
	background: url("../../images/custom/bg2.png")
}

