/*	*********************	*/
/*	CSS Sheet - Pagination Style	*/
/*	*********************	*/

	html {font-size: 1,1em;}
	.pagination_content {
		width: 650px;
		margin: auto;
		padding: 5px;
		text-align: center;
	}
	.pagination {
		height: 1%; /* IE tweak (holly hack) */
		width: auto;
		text-align: left;
		margin-top: 5px;
		/*	float: left;	*/
	}
	.pagination a {
		font-weight: normal;
		text-decoration: none;
		color: #747474;
		margin: 0 2px;
		padding: 0 2px;
		background-color: #eeeeee;
		border: 1px solid #bababa;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.pagination a:hover {
		border-color: #D786BE;
		background-color: #ce308f;
		color: #f2f2f2;
		text-decoration: none;
	}
	.pagination a:active {
		border-color: #D786BE;
		background-color: #eeeeee;
		color: #ce308f;
		text-decoration: none;
	}
	.pagination .current {
		border-color: #D786BE;
		background-color: #eeeeee;
		color: #D786BE;
		text-decoration: none;
	}
	
	a .pagination {
		margin-top: -5px;
	}
