#rollingarchives,
#nested_rollingarchives {
	position: relative;
	padding: 5px 0 0;
	margin: 0 0 10px;
	}

#rollingarchives a,
#nested_rollingarchives a {
	color: #888;
	}

#rollingarchives a:hover,
#nested_rollingarchives a:hover {
	text-decoration: underline;
	}

#rollnavigation,
#nested_rollnavigation {
	padding: 4px;
	}

#rollprevious, #rollnext, #rollpages, #rollload,
#nested_rollprevious, #nested_rollnext, #nested_rollpages, #nested_rollload {
	position: absolute;
	width: 90px;
	padding: 7px 5px;
	top: 3px;
	text-align: center;
	}

#rollhome,
#nested_rollhome {
	display: none;
	margin-bottom: 5px;
	}

#rollload,
#nested_rollload {
	right: 40px;
	padding-left: 24px;
	background: url('../images/spinner.gif') no-repeat left center;
	width: 50px;
	text-align: left;
	}

#rollpages,
#nested_rollpages {
	left: 48px;
	color: #777;
	}

#rollprevious,
#nested_rollprevious {
	left: 0;
	padding-left: 0;	/* modified by gigi */
	text-align: left;
	}

#rollnext,
#nested_rollnext {
	right: 0;
	padding-right: 0;	/* modified by gigi */
	text-align: right;
	}

#rollingarchives a.inactive, #rollingarchives a.inactive:hover,
#nested_rollingarchives a.inactive, #nested_rollingarchives a.inactive:hover {
	visibility: hidden;
	text-decoration: none !important;
	background-color: transparent !important;
	color: #bbb;
	cursor: default;
	}

#rollnotices,
#nested_rollnotices {
	padding: 7px;
	text-align: center;
	border-top: 1px solid #f3f3f3;
	display: none;
	}

#rollnotices a,
#nested_rollnotices a {
	color: #227EE9;
}

#rollnotices img,
#nested_rollnotices img {
	float: right;
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	background: url('../images/reset-fff.html') no-repeat center center;
	}

#pagetrack,
#nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('../images/sliderbgleft.png') no-repeat center left;
}

#pagetrackend,
#nested_pagetrackend {
	height: 18px;
	background: url('../images/sliderbgright.png') no-repeat center right;
	}

#pagehandle,
#nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('../images/sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}
