/* Start of CMSMS style sheet 'glider' */
div.scroller { 
 /* modify width and height of scrolling section if necessary */  
 width: 665px; 
/* height: 430px;*/
 overflow: hidden;
 border:1px solid #cccccc;
  /*background-color: #FFFFFF;*/
 background:#FFF2D9;
  
	z-index:-10;


 }
 div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window) */  
  width:665px;
  /*height:430px;*
   overflow:hidden;
/*overflow-y:scroll;*/
/*overflow-x: hidden;*/
  float:left;
 /* padding:1em; */ 
  /*background-color: #FFFFFF;*/
 background:#FFF2D9;

	z-index:-10;
  }

.faketransp {
background-color:#ffffff;
display:block;
height:100%;
left:0;
opacity:0.5;
position:absolute;
top:0;
width:100%;
z-index:-10;
}


 div.scroller div.content {
  width: 10000px;

  }


 div.content {
  width: 300px;

  }


 .section {
  background:#FFF2D9;
  color: #003300;
list-style-position:inside;


  }


/* in main */

#glider{

	/*width: 956px;*/

	position: absolute;
        width:950px;
	left: 0px;
	top: -0px;
	height: 483px;
	z-index:10;
	padding: 16px 16px 0px 16px;
       

}


/* End of 'glider' */

