#right_part_newsticker {
	clear: both;
	overflow: hidden;
	height: 258px;
	width: 170px;
	border-top: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
	margin-top: 5px;
}
.right_part_newsticker .news {
	overflow: hidden;
	height: 118px;
	width: 160px;
	padding: 5px;
	border-bottom: 2px solid #ececec;
}
.right_part_newsticker .news .date {
	font-weight: bold;
}
.right_part_newsticker .news .mainlink {
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
.right_part_newsticker_button {
	display: block; float: right;
	cursor: pointer;
	width: 16px; height: 16px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #aaa;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select: none;
}
.right_part_newsticker_button:hover {
	color: #fff;
	background-color: #aaa;
}
.right_part_newsticker_h {
	display: block; float: left; line-height: 16px;
}

