﻿/*repeater 分页样式*/
#LB_Navgetion
{
   text-align:center; padding:40px 0 0;
}
/*样式位置*/
.RepeaterNumberPanel
{
    	text-align:center; padding:40px 0 0;
}
/*当前选中*/
.RepeaterNumberList_Now
{
	width:28px; height:28px;text-align:center;display:block;float:left; width:28px; height:28px;border:#dcdcdc solid 1px;margin-right:4px; line-height:28px;background-image:url(../images/fy-an.jpg); display:block; color:#ffffff;
}
/*页码*/
.RepeaterNumberList
{
	width:28px; height:28px;text-align:center;display:block;float:left; width:28px; height:28px;border:#dcdcdc solid 1px;background:#FFFFFF;margin-right:4px; line-height:28px;
}
.RepeaterNumberList a span
{ 
    display:block; width:28px; height:28px; background:#fff; border:1px solid #ddd; text-align:center; line-height:28px;
}
/*鼠标滑过*/
RepeaterNumberList:hover 
{
   width:30px; height:30px;background-image:url(../images/fy-an.jpg); display:block; color:#ffffff;
}
/*上、下一页*/
.RepeaterNumberList_Page
{
  float:left;width:60px; height:30px;background:#dcdcdc; margin-right:3px; line-height:30px; font-weight:bold; 
     
}
*+html .RepeaterNumberList_Page
{
	background-repeat: no-repeat;
	background-position: center;
}
/*第几页*/
.RepeaterList {
     height: 34px;
     margin-left:10px;
     vertical-align:top;

}
