/*.ticker{
	margin-top: -27px;
	margin-left: 600px;
	margin-bottom: 20px;
	border-radius: 8px 0 20px 0;
	background-color:#7f8a94;
	border: 1px solid #fff;
	clear: both;
	position: relative;
	z-index: 1000;
}*/
.ticker{
	margin-top: -15px;
	margin-left: 480px;
	margin-bottom: 0px;
	width: 350px;
	height: 28px;
	background-color:#7f8a94;
	border: 2px solid #fff;
	clear: both;
	position: relative;
	z-index: 1000;
}
#webticker {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	color:#dbdcdc;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
	padding: 5px 10px 0 10px;
}
#webticker > li > a{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
	color:#dbdcdc;
	font-size: 13px;
}
#webticker  a:hover{
	color:#fff;
}
