.FlipBar{
	position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    z-index: 2;
	height:24px;
	line-height:24px;
	border-radius:0 0 5px 5px;
	background-color:#1a2c44;
}
	.FlipBar #PageNumbar{
		width:100px;
		height:100%;
		float:left;
		cursor:default;
		text-align:center;
	}
	.FlipBar .FlipArrow{
		width:calc(50% - 50px);
		height:100%;
		text-align:center;
		float:left;
		cursor:default;
		color:rgba(255,255,0,0.5);
	}
	.FlipBar .FlipArrow:hover{
		transition:0.3s;
		color:rgba(255,255,0,1);
	}


@media (max-width: 800px){
	.FlipBar_TyepB{
		margin: 0 auto;
		width:calc(100% - 40px);
	}
}@media (min-width: 801px){
	.FlipBar_TyepB{
		width:100%;
	}
}
.FlipBar_TyepB{
	position: sticky;
    position: -webkit-sticky;
	left: 0px;
    bottom: 0px;
    z-index: 2;
	margin-top:-30px;
	height : 30px;
	background-color : #1a2c44;
	border-radius : 5px;
	overflow : hidden;
}
	.FlipBar_TyepB #PageNumbar{
		margin : 3px;
		padding : 0 10px;
		width : calc(25% - 6px);
		height : calc(100% - 6px);
		float : left;
		font-size : 16px;
		border-width : 0px;
		border-radius : 14px;
	}
		.FlipBar_TyepB #PageNumbar option{
			font-size : 16px;
		}
	.FlipBar_TyepB #PageCount{
		margin : 3px;
		padding:0 5px;
		width : calc(25% - 6px);
		height : calc(100% - 6px);
		float : left;
		color : #fff;
		font-size : 16px;
		text-align : left;
		border-width : 0px;
		border-radius : 5px;
		background-color : rgba(0, 0, 0, 0);
	}
	.FlipBar_TyepB .FlipArrow{
		margin : 3px;
		width : calc(25% - 6px);
		height : calc(100% - 6px);
		float : left;
		border-width : 0px;
		border-radius : 14px;
		background-color : rgba(0, 0, 0, 0);
	}
	.FlipBar_TyepB .FlipArrow:hover{
		transition : 0.2s;
		background-color : rgba(255, 255, 255, 0.3);
	}
	.FlipBar_TyepB .FlipArrow:active{
		transition : 0.0s;
		background-color : rgba(255, 255, 255, 0.6);
	}
		.FlipBar_TyepB #Left{
			background-image : url(./Link_Manager.php?Link=Image/SVG_White/Left&Type=svg);
			background-repeat : no-repeat;
			background-position : center;
			background-size : 20px;
		}
		.FlipBar_TyepB #Right{
			background-image : url(./Link_Manager.php?Link=Image/SVG_White/Right&Type=svg);
			background-repeat : no-repeat;
			background-position : center;
			background-size : 20px;
		}