.PagerButton
{
    width:22px;
    height:22px;
    margin:2px 2px 2px 2px;
    border:0 none black;
}
    
 .PagerImage
{
    height: 16px;
    width: 16px;
}
     
.PagerImageMobile
{
    height: 32px;
    width: 32px;
}
.CurrentPageLabel
{
	border:1px solid gray;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	padding:2px 2px 1px 2px;
}