﻿
/*repeater 分页样式*/
#LB_Navgetion {
    line-height: 30px; text-align:center;

}
#RepeaterNumberPanel a :hover
{

}
.RepeaterNumberPanel  a{
   
}

/*当前选中*/
.RepeaterNumberList_Now
{
/*display:inline-block;width:32px;height:32px;line-height:31px;color:#fff;text-align:center;vertical-align:top;*/
background: #9e0000;
color: #fff;
border-color: #9e0000;
}
/*页码*/
.RepeaterNumberList
{
/*display:inline-block;width:32px;height:32px;line-height:31px;background-color:#c7c7c7;color:#fff;text-align:center;vertical-align:top;margin: 0px 10px 0 10px*/

}
.RepeaterNumberList a span
{ 
  
}
/*鼠标滑过*/
.RepeaterNumberList :hover 
{

}
/*上一页*/
.RepeaterNumberList_PrePage
{
     background-image:url(../images/zuofenye_14.jpg);margin-right:30px;display:inline-block;width:32px;height:32px;line-height:31px;background-color:#c7c7c7;color:#fff;text-align:center;vertical-align:top;

}
/*下一页*/
.RepeaterNumberList_NextPage {
    background-image:url(../images/youfenye_14.jpg);margin-left:30px;display:inline-block;width:32px;height:32px;line-height:31px;background-color:#c7c7c7;color:#fff;text-align:center;vertical-align:top;
}
.RepeaterNumberList_Page:hover
{
	background-repeat: no-repeat;
	background-position: center;
}
/*第几页*/
.RepeaterList {
     height: 34px;
     margin-left:10px;
     vertical-align:top;

}
