.TickerNews{
	width: 100%;
	height: 50px;
	line-height: 48px;
}
.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:black;
	text-decoration: none;
	font-family: geneva;
}
.ti_image{
    padding-left: 30px;
    padding-right: 5px;
}
.ti_curcode {
    color: #0c2461 !important;
    font-weight: bold;
    
}
.ti_buy {
    color: #2c3e50 !important;
    font-family: Arial;
}
.ti_sell {
    color: #c0392b !important;
    font-family: Arial;
}
.TickerNews.default_theme{
	background-color: #ecf0f1;
}
.no-padding {
    padding: 0px;
}
.div-size{
    height:50px;
    line-height: 48px;
    background-color: #C31C2E;
    color: #ffffff;
}
.fontSize{
    font-size: 14px !important;
    padding-left: 10px;
}
.no-pad-left {
    padding-left:0px;
    padding-right:0px;
}
.fltLeft {
    float: left;
}
.fltRight {
    float: right;
}
.no-pad-btm{
    padding-bottom: 0px;
}