.pagination {
			font-size: 80%;
			float:right;
		}
			
.paginatleft {
			font-size: 80%;
			float:left;
		}
		
.pagination a {
	/*text-decoration: none;
	border: solid 1px #AAE;
	color: #000;
	float: left;
	
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #e0e0e0;
	margin-left: 10px;*/
	position: relative;
	float: left;
	padding: 5px 12px;
	border: 1px solid #d7dee6;
	box-shadow: 0 1px 0 #d7dee6;
	color: #345aa3;
	font-size: 12px;
 
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-left:3px;
}

.pagination a, .pagination span {
	position: relative;
	float: left;
	padding: 5px 12px;
	border: 1px solid #d7dee6;
	box-shadow: 0 1px 0 #d7dee6;
	color: #345aa3;
	font-size: 12px;
 
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-left:3px;
}

.pagination .current {
	/*background: #e0e0e0;
	color: #000;*/
	/*border: solid 1px #AAE;*/
	background: #eeeeef;
	color: #333;
	box-shadow: none;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	/*border-color:#999;*/
	background:#fff;
}

.pagination .gray{
	color:#999;
	/*border-color:#999;*/
	background:#fff;
}
a.disabled
{
	color:#999;
	/*border-color:#999;*/
	background:#fff;
}

.apostrophe 
{
	border: none !important;
	box-shadow: none !important ;
	padding: 5px 3px !important;
}

/*.current
{
	background: #eeeeef;
	color: #333;
	box-shadow: none;
}*/