.box .boss-alphabet {
	overflow: hidden; 
	margin: 10px 0;
}
.box .boss-alphabet ul{
	padding-left:0;
}
.box .boss-alphabet ul li{	
    display: inline;
    float: left;   
    list-style: none outside none;
    text-align: center;
    text-transform: uppercase;  
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.right-to-left .box .boss-alphabet ul li{
	float: right;   
}

.box .boss-alphabet ul li a{
	display: block;
    font-size: 10px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
	border: 1px solid #e5e5e5;
	height: 22px;
	width: 22px;
	background-color:#FFFFFF;   
	margin-right:4px;
	margin-bottom:4px;
 }
.box .boss-alphabet ul li a:hover{
	color:#202020;
	background-color:#f1f1f1;
	border: 1px solid #bdbdbd;
}
