/* Tiny Scrollbar */
#scrollbar1 { width: 185px; margin: 2px 2px 2px 0; float:right;}
#scrollbar1 .viewport { width: 165px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; float:left;}
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(/images/bg-scrollbar.png) no-repeat; z-index:300;}
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track	{ background: transparent url(/images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }

#scrollbarComparelist { width: 410px; margin: 10px 2px 2px 0; float:right;}
#scrollbarComparelist .viewport { width: 390px; height: 298px; overflow: hidden; position: relative; }
#scrollbarComparelist .overview { list-style: none; position: absolute; left: 0; top: 0; float:left;}
#scrollbarComparelist .scrollbar,
#scrollbarComparelist .thumb .end,
#scrollbarComparelist .thumb { background: transparent url(/images/bg-scrollbar.png) no-repeat; z-index:1000000;}
#scrollbarComparelist .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbarComparelist .track	{ background: transparent url(/images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbarComparelist .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbarComparelist .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbarComparelist .disable { display: none; }
#scrollbarComparelist .panel_content ul {
    height: 123px;
    list-style: none outside none;
    margin: 0;
}

#compare_panel .panel_content
{
    width: 390px; height: 100%; overflow: visible; position: relative; z-index: 1000; top: 11px;
}

#compare_panel .panel_content li {margin-right:2px; margin-left:2px;}


#scrollbarBreadcrumb { width: 225px; margin: 2px 2px 2px 0; float:right;}
#scrollbarBreadcrumb .viewport { width: 205px; height: 200px; overflow: hidden; position: relative; }
#scrollbarBreadcrumb .overview { list-style: none; position: absolute; left: 0; top: 0; float:left; width:90%;}
#scrollbarBreadcrumb .scrollbar,
#scrollbarBreadcrumb .thumb .end,
#scrollbarBreadcrumb .thumb { background: transparent url(/images/bg-scrollbar_b.png) no-repeat; z-index:300;}
#scrollbarBreadcrumb .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbarBreadcrumb .track	{ background: transparent url(/images/bg-scrollbar-end_b.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbarBreadcrumb .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbarBreadcrumb .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbarBreadcrumb .disable { display: none; }



