/* Tiny Scrollbar */
#news{width:100%;position:relative;margin:0;}
#news .viewport{height:100px;overflow:hidden;position:relative;margin:5px 10px 5px 0;line-height:1.4;font-size:14px;}
#news .overview{list-style:none;position:absolute;left:0;top:0;margin:0;padding:0;}
#news .scrollbar{position:absolute;background-position:0 0;right:0;top:0;width:10px;}
#news .track{height:100%;width:100%;position:relative;cursor:pointer;padding:0;}
#news .s_thumb{background:transparent url(../image/scrollbar.png) no-repeat 50% 100%;height:20px;width:5px;overflow:hidden;position:absolute;top:0;left:0;}
#news .s_thumb .end{background:transparent url(../image/scrollbar.png) no-repeat 50% 0;overflow:hidden;height:5px;width:5px;}
#news .disable{display:none;}
.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;}

/* 750px and up( S ) */
@media (min-width:  750px) {
#news .viewport{height:100px;overflow:hidden;position:relative;margin:20px 10px 10px 5px;}
}

/* 1050px and up */
@media (min-width: 1050px) { 
#news .viewport{height:150px;margin:25px 20px 10px 10px;}
#news .s_thumb{background:transparent url(../image/scrollbar.png) no-repeat 50% 100%;height:10px;width:8px;overflow:hidden;position:absolute;top:0;left:1px;border-radius:5px;}
#news .scrollbar{position:absolute;right:9px;top:0;width:10px;background-color:#FDFDFD;border-radius:5px;box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;padding:0px 3px;}
}
