
.content {
  width: 950px;
  margin: 0 auto;
}

/*
  section
*/

.section#feature {
  display: block;
  background: #CCC url(images/feature_tile.png) 0 0 repeat-x;  
}

.section#feature #section1 {
  background: url(images/carousel/image1.jpg) 95% 100% no-repeat;
}
.section#feature #section2 {
  background: url(images/carousel/image2.jpg950) 95% 100% no-repeat;
}
.section#feature #section3 {
  background: url(images/carousel/forum.png) 95% 100% no-repeat;
}
.section#feature #section4 {
  background: url(images/carousel/icons.png) 100% 100% no-repeat;
}

.sign-up .section#feature {
  height: 173px;
  background: #679515 url(images/feature_tile.png) 0 0 repeat-x;  
}

.section#feature .feature_wrapper {
  background: url(images/feature.jpg) 50% 0 no-repeat;
}

.section#feature .content {
  height: 400px;
}

.section#feature .pricetag a {
  bottom: 0px;
  left: 300px;
  width: 190px;
  height: 100px;
  z-index: 9500;
  display: block;
  position: absolute;
  text-indent: -9999px;
  text-decoration: none;
  background: url(images/pricetag.gif) 0 0 no-repeat;
}

.section#feature .sign-up a {
  left: 0;
  bottom: 20px;
  width: 289px;
  height: 76px;
  z-index: 9500;
  display: block;
  position: absolute;
  text-indent: -9999px;
  text-decoration: none;
  background: url(images/free_30_day_trial.png) 0 0 no-repeat;
}

.section#feature .sign-up a:hover {
  background: url(images/free_30_day_trial.png) 0 -76px no-repeat;
}

.section#feature .sign-up span {
  display: none;
}

.section#feature .section h2 {
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
  padding: 10px 0 0 0;
   margin: 1em 0 0 30px;
  text-transform: uppercase;
}

.section#feature p {
  color: #FFF;
  width: 512px;
  line-height: 1;
  font-size: 28px;
  font-family: Verdana, Arial, sans-serif;
   margin: 0.5em 0 0 30px;

}

.section#feature .rule {
  height: 4px;
  width: 512px;
  margin: 10px 0;
  background: url(images/feature_rule.png) 0 0 repeat-x;
}

.section#feature .rule hr {
  display: none;
}

.rule {
  clear: both;
  height: 2px;
  background: url(images/rule.png) 0 0 repeat-x;
}

.rule hr {
  display: none;
}



/* glider */

#my-glider {
  position: relative;
}

#my-glider div.scroller { 
  /* modify width and height of scrolling section if necessary  */    
  width: 950px; 
  height: 400px;
  overflow: hidden;
  }
  #my-glider div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)  */    
    width:950px;
    height:400px;
    overflow:hidden;
    float:left;
    }
  #my-glider div.scroller div.content {
    xwidth: 10000px;
    }

#my-glider .controls {
	right: 30px;
	top:  15px;
	z-index: 9500;
	position: absolute;
}


#my-glider .controls a {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
  text-indent: -9999px;
  text-decoration: none;
  background: url(images/glider_control.png) 0 -28px no-repeat;
}

#my-glider .controls a:hover {
  background: url(images/glider_control.png) 0 -14px no-repeat;  
}

#my-glider .controls a.activeSlide {
  background: url(images/glider_control.png) 0 0 no-repeat;  	
}

#testimonial_glider div.testimonial_items { 
  /* modify width and height of scrolling section if necessary  */    
  width: 528px; 
  height: 115px;
  overflow: hidden;
  }
  #testimonial_glider div.testimonial_items div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)  */    
    width:528px;
    height:115px;
    overflow:hidden;
    float:left; /* remove float: left; to make transition vertical */
    }

#tour_glider {
  position: relative;
}

#tour_glider div.scroller { 
  /* modify width and height of scrolling section if necessary  */    
  width: 950px; 
  overflow: hidden;
  }
  #tour_glider div.scroller ul  {
    font-size: 1em;
  }
  #tour_glider div.scroller li.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)  */    
    width:950px;
    overflow:hidden;
    float:left;
    }