#news_scroller {
	width: 940px;
	/*width: 942px;*/
	height: 225px;
	background-image: url(../images/uni1.png);
	background-size: 100% 225px;
	/*Lubo*/
	border-left: 2px solid #2f3f45;
	border-right: 2px solid #2f3f45;
	/*Lubo end*/
}

.wrapper {
	width: 940px;
	/*width: 942px;*/
	border: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 190px;	
}

.marquee {
	background: rgba(255,255,255,0.3);
	position: absolute;
	overflow: hidden;
	float: left;
	height: 35px;
	width: 940px;
	/*width: 942px;*/
}

.marquee a {
	font: 25px arial, sans-serif;
	color: #FFD7FF;
}

.marquee2 {
	width: 940px;
	/*width: 942px;*/
	color: #FFF;
	font: 25px arial, sans-serif;
	padding-left: 10px;
	white-space: nowrap;
	display: inline;
	position: relative;
	left: 0%;
	z-index: 3;
}