.banner {
	width: 480px; 
	height: 106px;
	cursor: pointer;
}

.banner_skoro {
	background-color: rgb(255,55,55); 
	 font-family: 'Georgia';
	color: #FFF;
	text-align: center;
	filter:alpha(opacity=75);
	-khtml-opacity:0.75
	-moz-opacity:0.75;
	opacity:0.75;
	font-weight: bold;
}

.banner_dates {
	background-color: #222; 
	color: #FFF; 
	text-align: center; 
	font-family: 'Georgia';
	filter:alpha(opacity=80);
	-khtml-opacity:0.8
	-moz-opacity:0.8;
	opacity:0.8;
	font-weight: 700;
	font-size: 11pt;
	padding-bottom: 5px;
}

.banner_dates a, .banner_dates a:hover, .banner_dates a:visited, .banner_dates a:link {
	color:#FFF;
	text-decoration: none;
}
