.orderchooser { float: right; }
h2 {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #c8c8c8;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  clear: both;
  margin: 20px 5px 5px 0px;
  padding: 8px 0 4px 6px;
  font-weight: normal;
}
h3 {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #c8c8c8;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  clear: both;
  margin: 20px 5px 5px 7px;
  padding: 2px 0 2px 6px;
  font-weight: normal;
}
.rep_sample_wrapper {
  width: 194px;
  float: left;
}
.rep_sample_wrapper p { margin: 0 9px 9px 9px; }
.rep_sample_wrapper .rep_sample { margin-bottom: 0; }
.page-selector {
	text-align: center;
}

.page-selector span, .page-selector a {
	position: relative;
	text-decoration: none;
	height: 47px;
	display: inline-block;
}
.page-selector img {
	vertical-align: 0px;
	margin: 0 -4px;
	
}
.page-selector span span, .page-selector a span {
	position: absolute;
	left: 0;
	top: 15px;
	text-align:center;
	width: 30px;
	font-size: 14px;
}

.page-selector a span {
	cursor: pointer;
}

.page-selector span span {
	font-weight: bold;
}