#news_block { width:160px;height:155px;overflow:hidden;posiion:relative; }
#news_slider { width:5px;height:155px;background:#949494;float:left;overflow:hidden; }
#news_content { width:155px;height:155px;float:left;overflow:hidden; }
.news_item { padding-left:5px;text-align:left; }
.news_item a:link, .news_item a:visited { color:black;text-decoration:none; }
.news_item a:hover, .news_item a:active { color:black;text-decoration:underline; }
.ui-slider .ui-slider-handle { position:absolute;z-index:2;width:5px;height:40px;cursor:pointer;border:red 2px solid; }
.ui-slider-vertical .ui-slider-handle { background:#DBDBDB;left:0px;border:none;margin-bottom: -20px; }
.ui-widget-content { border:none; }
.ui-corner-all { -moz-border-radius:0px;-webkit-border-radius:0px; }