.latogaNews{
	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;
}


/* template 2 */

.latogaNews.default_theme_2{
	background-color: #f8f3ed;
	position: relative;
	height: 35px;
	line-height: 33px;
	position: fixed;
    bottom: 35px;
    left: 0;
    z-index: 10;
}

.latogaNews.default_theme_2 *{
	box-sizing:border-box;
}

.latogaNews.default_theme_2 .leftside{
	position: relative;
	left:0;
	width: 126px;
	float:left;
	height: 35px;
	background-color: #c69c6d;
	border-right: 5px solid #f8f3ed;
}

.latogaNews.default_theme_2 .leftside h4{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color:white;
	padding:0 3px;
	font-size: 14px;
    line-height: 33px
}

.latogaNews.default_theme_2 .ti_wrapper{
	position: absolute;
	left: 126px;
	float:left;
	width: calc(100% - 126px);
}

.latogaNews.default_theme_2 .ti_news a{
	display: block;
	margin-right: 10px;
	color:#000000;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 1px solid #c1c1c1;
	font-weight: bold;
}

.latogaNews.default_theme_2 .ti_news span{
	color:#c69c6d;
	font-size: 110%;
	text-transform: normal;
}

/* template 1 */

.latogaNews.default_theme_1{
	background-color: black;/*#f3f3f3;*/
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
	height: 35px;
	line-height: 33px;
}

.latogaNews.default_theme_1 *{
	box-sizing:border-box;
}

.latogaNews.default_theme_1 .leftside{
	position: relative;
	left:0;
	width: 140px;
	float:left;
	height: 35px;
	background-color: red; /*#f44336;*/
	border-right: 5px solid black;/*#f3f3f3;*/
}

.latogaNews.default_theme_1 .leftside h4{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color:white;
	padding:0 5px;
	font-size: 14px;
    line-height: 33px
}

.latogaNews.default_theme_1 .ti_wrapper{
	position: absolute;
	left: 140px;
	float:left;
	width: calc(100% - 140px);
}

.latogaNews.default_theme_1 .ti_news a{
	display: block;
	margin-right: 10px;
	color: white; /*#000000;*/
	/* text-transform: uppercase; */
	text-decoration: none;
	margin-left: 1px solid #c1c1c1;
	font-weight: bold;
}

.latogaNews.default_theme_1 .ti_news span{
	color: red; /*#f44336;*/
	font-size: 110%;
	text-transform: normal;
}
/* fixed 
	
*/