
.pages {
	width:					100%;
	float:					left;
	clear:					both;
	
	
}

	.pages ul {
	width:					100%;
	height:					20px;
	float:					left;
	text-align:				center;
		
	}

	.pages li {
		display:				inline;
		margin:					0 auto;
		cursor:					pointer;
	}
	

	.pages a, .pages a:hover {
		font-weight:			normal;
	}	
	
	.pages span.currentpage {
		border:					1px dotted gray;
		color:					#ca8619;
		font-weight:			bold;
	}

	.pages li a, .pages li span {
		padding:				0 5px;
	}
	
	.pages .first {
		background:				url('/hurricane/media/layout/first.png') no-repeat left;
		height:					16px;
		width:					16px;
		
				
	}


	.pages .prev {
		background:				url('/hurricane/media/layout/prev_inactive.png') no-repeat left;
		height:					16px;
		width:					16px;
		display:				block;
		float:					left;
	
	
	}
	
	.pages .next {
		background:				url('/hurricane/media/layout/next_inactive.png') no-repeat left;
		height:					16px;
		width:					16px;
		display:				block;
		float:					right;
	
	}
	

	.pages .last {
		background:				url('/hurricane/media/layout/last.png') no-repeat left;
		height:					16px;
		width:					16px;
	
	}
