
/* START own css: EOL08Pager */
.pagination {
  display: table;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.button2-left span,
.button2-right span { cursor: default; color: #999; }

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span,
.button2-left .blank a,
.button2-right .blank a,
.button2-left .blank span,
.button2-right .blank span { padding: 0 6px; }

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none; color: #0B55C4;
}

.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}

.button2-left {
  background: url(../images/button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}

.button2-right {
  background: url(../images/button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}

.button2-right .prev {
  background: url(../images/button2_prev.png) no-repeat;
}

.button2-right.off .prev {
  background: url(../images/button2_prev_off.png) no-repeat;
}

.button2-right .start {
  background: url(../images/button2_first.png) no-repeat;
}

.button2-right.off .start {
  background: url(../images/button2_first_off.png) no-repeat;
}

.button2-left .blank {
  background: url(../images/button2_right_cap.png) 100% 0 no-repeat;
}

.button2-left .next {
  background: url(../images/button2_next.png) 100% 0 no-repeat;
}

.button2-left.off .next {
  background: url(../images/button2_next_off.png) 100% 0 no-repeat;
}

.button2-left .end {
  background: url(../images/button2_last.png) 100% 0 no-repeat;
}

.button2-left.off .end {
  background: url(../images/button2_last_off.png) 100% 0 no-repeat;
}

.pagination div.page {
	float: left;
	height: 22px;
	line-height: 20px;
  margin-left: 5px;
}

.page input{
	vertical-align: bottom;
  text-align: center;
}
/* END own css: EOL08Pager */


/* START own css: EOLXAjax */

#EOLXAjaxProgress {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /*
  background: white;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;
  */
  z-index: 100000;
}
/* END own css: EOLXAjax */

