a.one-news{
    height: 86px;
    display: block;
    color: #333333;
    border-bottom: 1px solid #e4e3e1;
	padding-top:12px;
    text-decoration: none;
}
a.one-news:hover {
    color: #333333;
    background-color: #EAF6F2;
    border-bottom: 1px solid #EAF6F2;
}
.one-news table {
    width: 100%;
    padding: 7px 0 0;
}
.news-date {
    text-align: center;
    width: 150px;
}
.news-title {
    color: #4EB48D;
    font-size: 13px;
}
a.one-news:hover .news-title {
    color: #313131;
    font-weight: bold;
}
.h2_title {
    text-align: center !important;
}
.news-thumb {
    width: 100px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 2px;
    left: 20px;
}
.news-thumb > img {
    width: 100%;
}

.company_top_news{
	width:100%;
	margin-top: 10px;
	font-family: "Tahoma"; 
	font-size: 11px; 
	line-height: 150%;
	
}

.company_top_news .jcarousel-container {
	overflow: hidden;
	border: 1px solid #dedede;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	width: 100%;
}
.company_top_news .news-thumb {
    top: -3px;
   

}
.company_top_news .jcarousel-clip-vertical {
	width: 100%;
	height: 450px;
}
.company_top_news .jcarousel-item {
	height: 70px;
	padding:10px 0;
	width: 100%;
}

.company_top_news a.one-news {
	height: 79px;
}
.company_top_news a.one-news:hover {
	background-color: #eef3f9;
}
.company_top_news .news-title {
	font-weight: bold;
}

#ticker{
	text-align: center;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	border: 1px solid #dedede;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
#ticker span{
	border-radius: 5px;
	border: solid 1px #e3e3e3;
	display: inline-block;
}
#ticker a{
	color: #232323;
	text-decoration: none;
	padding: 7px 15px;
	display: inline-block;
}
#ticker-next {
	border-left: 1px solid #e3e3e3;
}


td.thumb {
    width: 150px;
    position: relative;
}