#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: 12px;
                *margin-left:12px;
                width: 12px;
                height: 470px;
                border-left: 0px;
				
        }


                #html_links .cnt-scroll-trough
                {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 2px;
                        height: 460px;
						border:0px solid red;
                        background:#dccbb9;
                }

                        #html_links .cnt-scroll-thumb
                        {
                                position: absolute;
                                left: -3px;
                                top: 0px;
                                width: 8px;
                                height: 158px;
                             
								background: url(../i/i3.png) -457px -194px no-repeat;
                                border-right: 0px solid #8f937c;
                        }
                        
						* html #html_links .cnt-scroll-thumb
                        {
                                 width: 20px;
                        }
						
						