
/* Basic jQuery Slider essential styles */
#banner-fade {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  ...overflow: hidden;
  margin:0 auto;
  max-width:1920px;
  min-width:1000px;
  height: 557px; 
  width: 100%;
}

div.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  ...overflow: hidden;
  margin:0 auto;
  max-width:1920px;
  min-width:1000px;
  height: 557px; 
  width: 100%;
}
div.bjqs li{}
div.bjqs li a {
  display: block; height:555px
}
li.bjqs-slide {
  position: absolute;
  display: none;
}
div.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
div.bjqs-controls.v-centered li a {
  position: absolute;
}
div.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
div.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom:15px;
}
ol.bjqs-markers.h-centered {
  text-align: center;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom:0;
}
div.bjqs-controls.v-centered li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
}
div.bjqs-controls.v-centered li a:hover {
  background: #000;
  color: #fff;
}
ol.bjqs-markers li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  *width: 12px;
  height: 12px;
  *height: 12px;
  background: url(../images/css/tg_flash0.png) no-repeat;
  margin: 5px;
  line-height:50px;
  overflow:hidden
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
  background: url(../images/css/tg_flash.png) no-repeat;
}
p.bjqs-caption {
  background: rgba(255, 255, 255, 0.5);
}
.boxy-wrapper {
  position: absolute;
}
.boxy-wrapper.fixed {
  position: fixed;
  _position:absolute;
  _bottom:auto;
  _margin-top:600px;
  _top:expression(eval(document.documentElement.scrollTop));
}
