@document 
  /* Rules for a specific page */
  url(http://www.alivear.com/chd-location-augmentation),
{
  
  /* Start styling */
  #main-header{ display:none!important }

}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color:#fff!important
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  cursor: pointer;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
}
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}
.slider__nav-item--current {
  background: #ccc;
}
.slider__nav-item:hover {
  background: #ccc;
}
/*20150123 starts here*/
/**
			 * Demo styles
			 * Only for example purposes
			 * Remove in production
			 */

			/* Bad and ugly reset */
			* { margin: 0; padding: 0; border: 0; }

			.box {
				width: 100%;
				height: 100%;
			}
			.sliderContent{width:80%;margin:0 auto; padding-top:25px}
			.sliderContent .left{width:60%;float:left}
			.sliderContent .right{width:40%;float:right}
			
.col0{
	background-image:url("../preimages/car-bg-0.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment: scroll;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.col1{
	background-image:url("../preimages/car-bg-1.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-attachment: scroll;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}			
.col2{
	background-image:url("../preimages/car-bg-2.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-attachment: scroll;
}
.col3{
	background-image:url("../preimages/car-bg-3.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-attachment: scroll;
}
.col4{
	background-image:url("../preimages/car-bg-4.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-attachment: scroll;
}
.col5{
	background-image:url("../preimages/car-bg-5.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-attachment: scroll;
}
.col6{
	background-image:url("../preimages/sport360-bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-attachment: scroll;
}
.col7 {
    background-attachment: scroll;
    background-image: url("../preimages/Rewards-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

/*20150123 ends here*/