#pager a{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 15px;
	width: 15px;
	float: left;
	border: 1px solid #D1D1D1;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	color: #D1D1D1;	
}

#pager a:hover{
	background: #999;
}

#pager a.activeSlide{
	background: #666;
}

#pager a.wpg-thumbnail{
	height: auto;
	width: auto;
	background: none;
}