/* SUPERNEWS */
#supernews {
	margin: 0px 0 18px 0;
}
#supernews .header {
	position: relative;
	height: 200px;
	width: 650px;
	background: #E0E0E0;
	overflow: hidden;
	margin-bottom: 16px;
}
#supernews .header .photo {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	margin: -120px 0 0 0;
}
#supernews h2 {
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 0;
	background: none;
	font-size: 20pt;
	font-weight: normal;
	z-index: 100;
	width: 450px;
	color: #f0f0f0;
	text-shadow: 0 0 15px #000000;
}
#supernews h2.primus {
	bottom: 14px;
	left: 17px;
	z-index: 99;
	color: black;
}

#supernews td {
	vertical-align: bottom;
}
#supernews p {
	margin: 0 16px 0 16px;
	font-size: 11pt;
}

.facebook {
	margin-bottom: 26px;
}

/* photo & video */

#supernews .photo,
#supernews .video {
	position: relative;
	float: right;
	margin: -34px 16px 0 16px;
	border-size: 5px;
	z-index: 50;
}

#bimages {
	position: relative;
	width: 650px;
	height: 404px;
	background: #000;
	margin: 0 0 4px 0;
}
#galleria {
	position: relative;
	width: 650px;
	height: 382px;
}
#bimages h3 {
	position: absolute;
	width: 634px;
	top: 0;
	left: 0;
	background: #737578;
	padding: 7px 6px 6px 10px;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	z-index: 5;
	color: white;
	border-bottom: 2px solid white;
}
#bimages .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 650px;
	background-color: #737578;
	border-top: 2px solid white;
	padding-top: 5px;
}
#bimages .galleria-info-text {
	display: none;
}

#bimages .caption a {
	margin-left: 8px;
	margin-right: 8px;
	color: white;
}

