@charset "UTF-8";
/*
	Background Stretcher jQuery Plugin
	© 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com
	or email us at support@ajaxblender.com
*/
.bgstretcher-area {
  height: 100%;
  text-align: left;
}

.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}

.bgstretcher ul,
.bgstretcher ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bgstretcher ul li span {
  display: none;
}

.bgstretcher {
  background: none;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 1;
  _position: absolute;
  /*IE6 doesn't support fixed positioning*/
  top: 0;
  left: 0;
}
