#html_links
{
        position: relative;
     border: 0px solid red;

}

        #html_scroll_area
        {
                position: relative;
                overflow: hidden;
                         margin:0px;
                     
						
						/*
						margin-left:0px;
                        margin-top:0px;
						
                        *margin-left:35px;
                        *margin-right:5px;
						
						_margin-left:15px;
						*/
              border: 0px solid red;
             
                float:left;

        }


		#html_links .cnt-scroll-bars
        {
                position: relative;
                float: right;
                top: 0px;
                bottom:5px;
                margin-left: 0px;
                *margin-left: 0px;
                width: 12px;
                height: 530px;
                border-left: 0px;
        }
   				
			
        #html_links .cnt-scroll-bar
        {
                position: relative;
                float: left;
                top: 0px;
                bottom:5px;
                margin-left: 55px;
                *margin-left: 55px;
                width: 12px;
                height: 700px;
                border-left: 0px;
        }


                #html_links .cnt-scroll-trough
                {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 6px;
                        height: 700px;
						border:0px solid red;
                        background:#dccbb9;
                }

                        #html_links .cnt-scroll-thumb
                        {
                                position: absolute;
                                left: 0px;
                                top: 0px;
                                width: 6px;
                                height: 230px;
                                background: #1c3c6a;
                                border-right: 0px solid #1c3c6a;
                        }
                        
						* html #html_links .cnt-scroll-thumb
                        {
                                  width: 7px;
                        }
						
						.tcontent2{ width:680px; height: 700px; }
						
						.tcontent3{width:600px; height: 700px;  }
						*html .tcontent3 {width:600px;  }
