
.pagination{
	width: 491px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color:#FFFFFF;
	padding: 1px 1px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #000000;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #EEEEEE;
}