/* CSS Document */


<!-- 
/* define an Object */
DIV.TX{
POSITION: absolute; TOP: 0px;  LEFT: 0px
}
/* for navi Arrows */
#divUpControl_TX   {position:absolute; left:0px; top:425px; width:10px;height:10px; z-index:1 } 
#divDownControl_TX {position:absolute; left:50px; top:425px; width:10px;height:10px; z-index:1}
/* these dude contains the scrollarea */
/* javascript look for an object and scroll contains
   function ConstructObject(obj,nest) */
#divContainer_TX {
       POSITION: absolute; TOP: 72px;  LEFT: 0px;
			 VISIBILITY: hidden;
			 OVERFLOW: hidden;
			 WIDTH:236px; HEIGHT: 380px;
			 CLIP: rect(0px, 236px, 350px, 0px);        
       }

#divContent_TX { 
        POSITION: absolute; 
				TOP: 0px ;
				LEFT: 0px}
/*---------------------------*/






