

/********************* #newsbox ***********************/

.topics .scrollbar {
	overflow:hidden;
}

.topics .scrollbar-pane {
	margin-top:4px;
	margin-bottom:4px;
	margin-left:0;
	width:255px;
}

.topics .scrollbar-handle-container {
    background: #C2B084;
    width: 12px;
}

.topics .scrollbar-handle {
    width: 12px;
    background:#9D813C;
}

.topics .scrollbar-handle:hover {
    background:#9D813C;
}

.topics .scrollbar-handle.move {
    background:#9D813C;
}

.topics .scrollbar-handle-up {
    width: 12px;
    height: 10px;
    background:#C2B084;
}

.topics .scrollbar-handle-up:hover {
    background:#9D813C;
}

.topics .scrollbar-handle-down {
    width: 12px;
    height: 10px;
    background: #C2B084;
}

.topics .scrollbar-handle-down:hover {
    background:#9D813C;
}

