/* แสดงผลหน้า(ใหม่) */
.pagination{
	width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	font:Tahoma;
	font-size:11px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 100%; /*IE5 width*/
	width: 100%; /*IE6 width*/
}

.pagination span {
	margin:0 1px;
	padding: 2px 5px;
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #74A806;
}

.pagination a{
	margin:0 1px;
	padding: 2px 5px;
	text-decoration: none; 
	color: #3f3f3f;
	background-color: #e0e0e0;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF; /* font over color */
	text-decoration: none; 
	background-color: #74A806;
}