/* Tiny Scrollbar */
#ascenseur { /*width: 620px;*/ width: 790px;/*margin: 20px 0 10px;*/ 	 margin:auto;
	 margin-top:30px;
	 margin-right:10px;
	 }



#ascenseur .viewport { /*width: 500px; height: 200px; overflow: hidden; position: relative;*/

/*	 width: 600px;
	 height:410px;*/
	 width: 770px;
	 height:550px;
	/*border:1px dotted  #e8d5bc;*/
	overflow:hidden;
	position:relative;

 }
#ascenseur .viewportbis { /*width: 500px; height: 200px; overflow: hidden; position: relative;*/

	 width: 580px;
	 height:410px;
	/*border:1px dotted  #e8d5bc;*/
	overflow:hidden;
	position:relative;

 }
#ascenseur .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }

#ascenseur .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 8px; }

#ascenseur .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%;
 width:0px;
  position: relative; 
  padding: 0 1px; }

#ascenseur .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
height: 20px;
 
width: 6px;

 cursor: pointer; overflow: hidden; position: absolute; top: 0; 
 left: 1px; }

#ascenseur .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; 
width: 6px;
 }

#ascenseur .disable { display: none; }