/*notes tips*/
.bx-prev {
	position: absolute;
	top: 42px;
	left: 17px;
	width: 26px;
	height: 40px;
	text-indent: -999999px;
	background: url(../images/site/setaBxEsq.jpg) no-repeat;
}

.bx-next {
	position: absolute;
	top: 42px;
	right: 14px;
	width: 26px;
	height: 40px;
	text-indent: -999999px;
	background: url(../images/site/setaBxDir.jpg) no-repeat;
}

/*pager*/
.bx-pager {
	display:none;
	margin-top:10px;
	text-align: center;
}

.bx-pager a {
	font-family: 'MavenProRegular';
	font-size: 16px;
	color: #838383;
	padding: 0 10px;
}

.bx-pager .pager-active,
.bx-pager a:hover {
	color: #de312a;
	text-decoration: none;
}