.pager {
	text-align: center;
	height: 1.5em;
}

.pager a, .pager span {
	display: inline;
	line-height: 15px;
	height: 15px;
	text-align: center;
	margin: 0;
	text-decoration: none;
	padding: 2px 5px 3px 6px;
	border-right: 1px solid silver;
	color: black;
	background-color: transparent;
	font-weight: normal !important;
}

.pager a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: black;
}

.pager .prev {
	margin-left: 0;
	width: auto;
	padding-right: 1ex;
	padding-left: 9px;
	background: url(/img/ik7.gif) left bottom no-repeat;
}

.pager .first {
	margin-left: 0;
	width: auto;
	padding-right: 1ex;
	padding-left: 11px;
	border-right: none;
	background: url(/img/ik7d.gif) left bottom no-repeat;
}

.pager .next {
	margin-right: 0;
	border-right: none;
	padding-left: 1ex;
	padding-right: 9px;
	background: url(/img/ik8.gif) right bottom no-repeat;
	width: auto;
}

.pager .last {
	margin-right: 0;
	border-right: none;
	padding-left: 1ex;
	padding-right: 11px;
	background: url(/img/ik8d.gif) right bottom no-repeat;
	width: auto;
}

.pager .selected {
	background-color: #F5F5F5;
	font-weight: bold !important;
	color: #000;
}
