/* Tiny Scrollbar */
#search_result_list { 
	width: 288px; 
	margin: 5px 0 18px 0;
}
#search_result_list .viewport { width: 268px; height: 200px; overflow: hidden; position: relative; }
#search_result_list .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#search_result_list .scrollbar{ background: transparent url(../../images/pc/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#search_result_list .track { background: transparent url(../../images/pc/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:9px; position: relative; padding: 0 0px; }
#search_result_list .thumb { background: transparent url(../../images/pc/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0;  }
#search_result_list .thumb .end { background: transparent url(../../images/pc/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 9px; }
#search_result_list .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
#search_result_list .thumb .end:hover { background: transparent url(../../images/pc/bg-scrollbar-thumb-y_hover.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 9px; }
#search_result_list .thumb:hover{ background: transparent url(../../images/pc/bg-scrollbar-thumb-y_hover.png) no-repeat 50% 100%; height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0;  }
#search_result_list .thumb:hover > div{ background: transparent url(../../images/pc/bg-scrollbar-thumb-y_hover.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 9px; }
