#pager_status {
	position:absolute;
	z-index:50;
	top:0px;
	left:0px;
}


#lower_navigation, #incremental_navigation {
	height: 23px;
	background: url(/view/theme/chilorio/media/shared/bg_pager.gif) top left;
	border: 1px solid #ffd649;
	font-size: 10px;
	font-weight: bold;
	font-style:italic;
	text-align: center;
}

#lower_navigation a, #incremental_navigation a,
#lower_navigation a:visited, #incremental_navigation a:visited {
	color: #84413c;
	background: none;
}

#lower_navigation a:hover, #incremental_navigation a:hover {
	color: #84413c;
	text-decoration: underline;
}

.inc_buttons {
	position:relative;
	width:100%;
	float:left;
}

.pager_location {
	padding: 4px 0 0 0;
}

.this_page {
	padding: 3px;
	border: 1px solid #f7ebac;
	background-color:#FFFF00;
}

.this_page a, .this_page a:visited {
	color:#e21836;
}

.previous_page{
	padding: 4px 0 0 7px;
	float: left;
}

.next_page {
	padding: 4px 7px 0 0;
	float: right;
}

.pager_next {
	background: url(/view/theme/chilorio/media/shared/icon_arrow_right.gif) no-repeat center right;
	padding: 0 16px 0 0;
}

.pager_previous {
	background: url(/view/theme/chilorio/media/shared/icon_arrow_left.gif) no-repeat center left;
	padding: 0 0 0 16px;
}


