﻿/*repeater 分页样式*/
#LB_Navgetion
{
    
}
/*样式位置*/
.RepeaterNumberPanel
{
    margin-top: 1px;
    background-image: url(../images/bjimg_08.png);
    background-repeat: no-repeat;
    height: 35px;
    background-position: center;
}
/*当前选中*/
.RepeaterNumberList_Now
{
   display: inline-block;
    vertical-align: middle;
    width: 40px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #ddd;
    color: #000;
}
/*页码*/
.RepeaterNumberList
{
   display: inline-block; vertical-align: middle; width:40px;line-height:35px; color:#fff; font-size: 14px;

}
.RepeaterNumberList a span
{ 
    display:block; width:28px; height:28px; background:#fff; border:1px solid #ddd; text-align:center; line-height:28px;
}
/*鼠标滑过*/
.RepeaterNumberList a:hover 
{
display: inline-block; vertical-align: middle; width:40px;line-height:35px;  font-size: 14px;background-color:#fff;box-shadow:0px 0px 4px #ddd;color:#000;
}
/*上、下一页*/
.RepeaterNumberList_Page
{
   float: left;
    width: 96px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    background-image: url(../images/bjh_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
/*上、下一页*/
.RepeaterNumberList_Page1
{
    
float: right;
    width: 96px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    background-image: url(../images/bjh_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
/*第几页*/
.RepeaterList {
     height: 25px;
     margin-left:10px;
     vertical-align:top;

}
