/* General */
#primaryNavigation {
  position: relative;
  overflow: visible;
  height: 34px;
  z-index: 99;
}
#primaryNavigation.fixed {
  position: fixed;
  top: 0px;
}
#primaryNavigation ul.horizontalNavigation ul {
  position: absolute;
  width: auto;
  _width: 200px;
  min-width: 128px;
  overflow: hidden;
  background-color: rgb(236,240,253);
  border-left: solid 1px #b0cefd;
  border-right: solid 1px #b0cefd;
}
#primaryNavigation ul.horizontalNavigation ul li {
  float: none;
}
#primaryNavigation ul.horizontalNavigation ul li a:hover,
#primaryNavigation ul.horizontalNavigation ul li a:focus,
#primaryNavigation ul.horizontalNavigation ul li a.active {
  background-image: none;
}
#primaryNavigation ul.horizontalNavigation ul li a {
  border-bottom: solid 1px #b0cefd;
  padding-bottom: 7px;
}
#primaryNavigation ul.horizontalNavigation ul li a span {
  border: none;
}

/* Sliders */
html {
  overflow: auto;
}
* html {
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}
body {
  overflow-x: hidden;
  min-width: 924px;
}
* html body {
  overflow-y: auto;
  height: 100%;
}
#content div.homePageLayout div.page.columnOne {
  overflow: visible;
}

  div.bx-wrapper {
    margin-top: -5px;
    margin-left: -15px;
  }


div.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}
.bx-viewport:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 910px;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
}
.bx-viewport:after {
  content: "";
  position: absolute;
  display: block;
  left: 1820px;
  width: 910px;
  height: 100%;  
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
div.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 100%;
}
div.bx-wrapper .bx-controls-direction a {
  z-index: 85;
}