﻿
.brk_NewsContenitor {
	width: 100%;
    margin:0 auto;
    background:#808080 url(../images/sfondoNews.png) top left repeat;
	overflow: hidden;
	box-sizing: border-box;
	height: 38px;
	position: relative;
	cursor: pointer;
    box-shadow: 0 0px 10px #757575 inset;
    font-size:11px
}

/*.marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}*/

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  margin: 0;
  height: 38px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
}

.marquee-content-items li:after{

}

.brk_title_news {
    text-transform:uppercase;
    color:#AE1523;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    padding-right:10px
}

.brk_title_news:before {
	content: "•";
	margin: 0 1em;
}

.brk_body_news {
    color: #333;
}
