/*
 *
 *  Description: home css
 *  Author: Gary Pass
 *  Author Url: http://www.yournetpass.com
 *  Version: 1.0
 *  License: GNU General Public License
 *  License URI: license.txt
 *
*/
html
{
  width: 100%;
  height: 100%
}

body
{
	overflow: hidden;
  height: 100%;
  width: 100%;
}

#container-header
{
	margin-bottom: 0;
}

#container-front-page-slider
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#container-slider
{
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

#container-slides
{
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.container-slide
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.container-slide.active
{
  left: 0;
}

.container-slide.inactive
{
  left: 100%;
}

.container-slide-content
{
  clear: both;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

#container-slider-controls
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 45%;
}

.container-slider-control-arrow
{
  position: relative;
  height: 100%;
  width: 17px;
}

#container-slider-control-arrow-prev
{
  float: left;
  margin-left: 20px;
}

#container-slider-control-arrow-next
{
  float: right;
  margin-right: 20px;
}

.slider-control-arrow
{
  display: block;
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 33px;
  cursor: pointer;
}

#container-footer
{
  position: absolute;
  bottom: 0;
	margin-top: 0;
}
