.TickerNews{
	width: 100%;
	line-height: 35px;
	background: red;
	bottom: 0;
    position: fixed;
    display: block;
    z-index: 100000;
}
.ti_judul {
    width: 125px;
    position: absolute;
    background: white;
    z-index: 2000000;
    padding-left: 11px;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
	color:white;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	font-family: geneva;
	color:white;
}
.ti_news a span{
	background:#565555;
	padding:10px;
}