/* @override http://www.coexistonline.com/stylesheets/glider.css */


*, img, a, img a {
  outline: none;
}

div.scroller { 
  /* modify width and height of scrolling section if necessary  */    
  width: 900px;
  height: 480px;
  overflow: hidden;
  border:0px solid #ffffff;
  background:transparent;
/*  position:relative;*/  
  }
div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window) */    
    width: 900px;
    height:480px;
    overflow:hidden;
    float:left;
    padding:0em;    
    background:transparent;
    }
  div.scroller div.content {
    background:transparent;
    width: 10000;
    text-align:left;
    }

  div#section2 {
    background:transparent;
    color:#ffffff;
    }


#my-glider {
  width:900px;
  text-align:center;
/*  position:absolute;*/
  height:480px;
/*  background:#ff0000;*/
  background:transparent;
}
