/*#fb9400 */
.customBootstrap{
    overflow: hidden;
	text-align:center;
}
.customBootstrap li{ display: inline-block;}
.customBootstrap .pagination>li>a{margin-right:5px;border-radius:2px;background:#fff;color:#333;border-color:#ccc;padding:3px 8px}
.customBootstrap .pagination>li>a:hover,.customBootstrap .pagination>li>a:focus{color:#fff;background:#C6EBB1;border-color:#007E3B}
.customBootstrap .pagination_org>.active>a,.customBootstrap .pagination>.active>a:hover,.customBootstrap .pagination>.active>a:focus{color:#fff;background:#00B0E5;border-color:#00B0E5}
.customBootstrap .pagination>.active>a,.customBootstrap .pagination>.active>a:hover,.customBootstrap .pagination>.active>a:focus{color:#fff;background:#C6EBB1;border-color:#007E3B}
.customBootstrap .pagination {
    float:left;
    margin: 2px 0;
	height:52px;
	line-height:45px;
}
.customBootstrap .pageBoxInfo{
    float: left;
    height: 52px;
    line-height: 48px;
}
.customBootstrap .arrow{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    float: none;
}
.customBootstrap .arrow2{
    border-left: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-top: 5px dashed transparent;
    border-right: 5px solid #ccc;
}
.customBootstrap .arrow3{
    border-top: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-left: 5px solid #ccc;
}
.customBootstrap .pagination .arrow2{margin:0px 8px 3px 0px}
.customBootstrap .pagination a:hover .arrow2{border-right-color:#fff}
.customBootstrap .pagination .arrow3{margin:0px 0px 3px 8px}
.customBootstrap .pagination a:hover .arrow3{border-left-color:#fff}
