/* liScroll styles */
#navi #news_list{
	margin:0;
	padding:0;
	margin-top: 8px;
}
#navi #news_list li {
	background: none;
	visibility: hidden;
}
#navi #news_list{
	max-height: 43px;
}
.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;*/
/*background: #fff; */
width: 100%; 
height: 40px; 
margin: 0; 
padding: 0;
overflow: hidden;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: #d27542;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
bottom: 16px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 296px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker li span{
	text-align: center;
	width: 80px;
	display: block;
	margin-top: 13px;
	color: #fff !important;
	font-size: 0.6rem;
}
ul.newsticker a {
font-family: Arial,Verdana,Helvetica,"Trebuchet MS",sans-serif;
white-space: nowrap;
padding-left: 0 !important;
color: #fff !important;
font: bold 10px Verdana;
margin: 0 0 0 0;
font-size: 100%;
line-height: 2.5;
font-weight: normal;
text-align: center;
text-decoration: none !important;
} 
ul.newsticker a:hover{
	background: none !important;
}
ul.newsticker span {
margin: 0;
} 
#visible{
	visibility: visible !important;
}
.bxslider{
	height: 50px;
	padding: 0!important;
	visibility: hidden;
}
.bxslider li{
	height: 50px;
	margin-top: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 40px;
	background-color: #fff !important;
}
.bx-viewport{
	height: 65px !important;
}
.bxslider li img{
	height: 40px;
	margin-top: 5px;
}