/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {

	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;


		border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding-top: 0.625em;
  padding-right: 1.25em;
  padding-bottom: 0.6875em;
  padding-left: 1.25em;
  font-size: 0.875em;
  background-color: #3863a8;
  border-color: #2b4c82;
  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88a7d7), color-stop(100%, #3863a8));
  background: -webkit-linear-gradient(top, #88a7d7, #3863a8);
  background: -moz-linear-gradient(top, #88a7d7, #3863a8);
  background: -o-linear-gradient(top, #88a7d7, #3863a8);
  background: linear-gradient(top, #88a7d7, #3863a8);*/
  color: white;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
		  color: white;
	  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7598d1), color-stop(100%, #3e6ebb));
	  background: -webkit-linear-gradient(top, #7598d1, #3e6ebb);
	  background: -moz-linear-gradient(top, #7598d1, #3e6ebb);
	  background: -o-linear-gradient(top, #7598d1, #3e6ebb);
	  background: linear-gradient(top, #7598d1, #3e6ebb);*/
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	  background-color: #ff5300;
	  border-color: #cc4200;
	  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa980), color-stop(100%, #ff5300));
	  background: -webkit-linear-gradient(top, #ffa980, #ff5300);
	  background: -moz-linear-gradient(top, #ffa980, #ff5300);
	  background: -o-linear-gradient(top, #ffa980, #ff5300);
	  background: linear-gradient(top, #ffa980, #ff5300);*/
	  color: white;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {

}

.bx-wrapper .bx-next {

}

.bx-wrapper .bx-prev:hover {

}

.bx-wrapper .bx-next:hover {

}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 50%;
	height: 32px;
	z-index: 500;
	text-align: center;



	border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding-top: 0.625em;
  padding-right: 1.25em;
  padding-bottom: 0.6875em;
  padding-left: 1.25em;
  font-size: 0.875em;
  background-color: #3863a8;
  border-color: #2b4c82;
  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88a7d7), color-stop(100%, #3863a8));
  background: -webkit-linear-gradient(top, #88a7d7, #3863a8);
  background: -moz-linear-gradient(top, #88a7d7, #3863a8);
  background: -o-linear-gradient(top, #88a7d7, #3863a8);
  background: linear-gradient(top, #88a7d7, #3863a8);*/
  color: white;
}
.bx-wrapper .bx-controls-direction a:hover  {
	  color: white;
	  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7598d1), color-stop(100%, #3e6ebb));
	  background: -webkit-linear-gradient(top, #7598d1, #3e6ebb);
	  background: -moz-linear-gradient(top, #7598d1, #3e6ebb);
	  background: -o-linear-gradient(top, #7598d1, #3e6ebb);
	  background: linear-gradient(top, #7598d1, #3e6ebb);*/
}

.bx-wrapper .bx-controls-direction a.disabled {
	visibility: visible!important;
  	background-color: #3863a8;
	  border-color: #2b4c82;
	  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88a7d7), color-stop(100%, #3863a8));
	  background: -webkit-linear-gradient(top, #88a7d7, #3863a8);
	  background: -moz-linear-gradient(top, #88a7d7, #3863a8);
	  background: -o-linear-gradient(top, #88a7d7, #3863a8);
	  background: linear-gradient(top, #88a7d7, #3863a8);*/
	  color: white;
	  cursor: default;
	  opacity: 0.6;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  visibility: visible;
}