@charset "UTF-8";
/* slider.css */


/* スライダーを囲むボックス　画像のサイズに */	
.bx-wrapper {
	width: 400px;
	margin: 20px auto;
	position: relative;
}

/*ページャーの●が上に行き過ぎ、画像と重なってしまうため*/
.bx-wrapper .bx-pager {
	bottom:-40px;
}
	