﻿/*repeater 分页样式*/
#LB_Navgetion {
    text-align: center;
}
/*样式位置*/
.RepeaterNumberPanel {
    padding: 0px 0;
    background: rgba(255,255,255,0.5) !important;
    background: #fff;
    filter: alpha(opacity=50);
    line-height: 30px;
}
/*当前选中*/
.RepeaterNumberList_Now {
    width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
display: inline-block;
background: #f9f8f8;
margin: 0 5px;
    background: #2164cd;
color: #fff;
}
/*页码*/
.RepeaterNumberList {
    width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
display: inline-block;
background: #f9f8f8;
margin: 0 5px;
}

    .RepeaterNumberList a span {
    }
    /*鼠标滑过*/
    .RepeaterNumberList:hover {
            width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
display: inline-block;
margin: 0 5px;
    background: #2164cd;
color: #fff;
    }
/*上、下一页*/
.RepeaterNumberList_Page {
   
width: 70px;
height: 30px;
text-align: center;
line-height: 30px;
display: inline-block;
background: #f9f8f8;
margin: 0 5px;
}

    .RepeaterNumberList_Page:hover {
     width: 70px;
height: 30px;
text-align: center;
line-height: 30px;
display: inline-block;
margin: 0 5px;
    background: #2164cd;
color: #fff;
    }
/*第几页*/
.RepeaterList {
}
