.TickerNews{
	width: 100%;
	height: 20px;
	line-height: 10 px;
	margin-bottom:15px;
}
.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;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:#000000;
	text-decoration: none;
	font-family: geneva;
}

#stop-resume{
	display: block;
	padding: 10px;
	background-color: #f1f1f1;
	margin:10px;
	width: 70px;
	text-align: center;
	border:solid 1px white;
	text-transform: uppercase;
	font-family: sans-serif;
	text-decoration: none;
}
#stop-resume:active{
	background-color:white;
	border:solid 1px #f1f1f1;
	color:blue;
}