

/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow_right.png) no-repeat left top;
	text-indent: -9999px;
	width: 15px;
	height: 30px;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow_left.png) no-repeat left top;
	text-indent: -9999px;
	width: 15px;
	height: 30px;
}

/*ナビゲーションボタンの色*/
.sp-button {
	border:2px solid #ccc;
}
.sp-selected-button {
	background-color: #ccc;
}

