
*{
outline:0px !important;
}
a:hover, a:active, a:focus , a:link{
outline: none !important;
}
:focus{
-moz-outline-style: none !important;
}

div.scrollholder{
width:630px;
height:386px;
background-color:#DBE0F5;
overflow:auto;
padding:0px 0px 0px 0px;
margin-top:18px;
background-image:url(../images/scroll_box_bg.gif);
background-repeat:repeat-x;
float:left;
border:solid 1px #b0b6ce;
position: relative;
    overflow: auto;
    z-index: 1;
    background-color: #f3f3f3;
}
div.scrollholder ul{
margin:0px auto;
}
div.scrollholder ul li{
padding:3px 0px 3px 9px;
}


div.scroll
{
position: absolute;

left: 0pt;

top: 0pt;

width: 100%;
z-index: 2;
   
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 14px; 
	height: 380px;    font-size: 0;
    z-index: 5;
	background-image:url('../images/scroll_bg.gif');
	background-repeat:no-repeat;
	
}

div.drag_bar
{
position: absolute;
width: 100%;
height:14px;
cursor: pointer;
z-index: 6;
background-image:url('../images/scroll.gif');
background-repeat:repeat-y;
border-top:solid #767bc6 1px;
border-bottom:solid #767bc6 1px;
margin-top:-1px;
width:14px;
}
*
{
	outline:0;
}  
a:active{outline: none;}
:focus{-moz-outline-style: none;} 
