.iOSNavBtnOuterContainer{
	width:auto;
	height:30px;
	position:relative;
}

.iOSNavBtnCustomContainer{
	width:auto;
	height:100%;
	position:absolute;
}

.iOSNavBtnOverlayContainer{
	width:auto;
	height:100%;
	position:absolute;
}

.iOSNavBtnArrowLeft {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right:11px solid blue;
	float:left;
}

.iOSNavBtnArrowRight {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 11px solid green;
	float:left;
}

.iOSNavBtnMiddleCustom{
	min-width:25px;
	height:30px;
	background-color:green;
	float:left;
	overflow:hidden;
}

.iOSNavBtnRightCustom{
	width:5px;
	height:29px;
	float:left;
}

.iOSNavBtnLeftCustom{
	width:5px;
	height:29px;
	float:left;
}

.iOSNavBtnLabelText{
	margin-left:2px;
	margin-right:2px;
	margin-top:15px;
	color:white;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	width:auto;
	white-space:pre;
}

.iOSNavBtnArrowLeftOverlay {
	width: 11px;
	height: 30px;
	background-image:url(../images/front_transparent_Left1.png);
	float:left;
}
.iOSNavBtnArrowRightOverlay {
	width: 11px;
	height: 30px;
	background-image:url(../images/front_transparent_Right1.png);
	float:left;
}
.iOSNavBtnArrowRightOverlayMOC {
	width: 11px;
	height: 30px;
	background-image:url(../images/front_transparent_Right1_MOC.png);
	float:left;
}
.iOSNavBtnMiddleOverlay{
	min-width:25px;
	height:30px;
	background-image:url(../images/middle_transparent1.png);
	background-repeat:repeat-x;
	float:left;
	overflow:hidden;
}
.iOSNavBtnRightOverlay{
	width:5px;
	height:30px;
	background-image:url(../images/back_transparent_Left1.png);
	float:left;
}
.iOSNavBtnLeftOverlay{
	width:5px;
	height:30px;
	background-image:url(../images/back_transparent_Right1.png);
	float:left;
}
