/* SUPERNEWS */
#supernews {
	margin: 0px 0 18px 0;
	padding-top: 4px;
}
#supernews ul {
	display: block;
	margin: 0;
	width: 313px;
	height: 40px;
	background-color: #FADC00;
	float: left;
	margin: 8px 0 18px 0;
/*	background: #838E92 url(../images/h1_decorator.gif) top;*/
}
#supernews ul li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	float: left;
	background: none;
	border-left: 2px solid #FADC00;
}
#supernews ul li.selected {
	background: white;
	color: #0a648f;
}
#supernews ul li.selected a,
#supernews ul li.selected h3 {
	color: #0a648f;
}
#supernews ul li a,
#supernews ul li h3 {
	display: block;
	color: black;
/*	margin: 8px 16px 5px 20px; */
	margin: 8px 8px 5px 8px; 
	font-weight: bold;
}
	#supernews ul li a:hover {
		color: #EA241F;
	}
	
#supernews p {
	margin: 10px;
}
#supernews .photo {
	float: left;
	margin-right: 8px;
	width: 220px;
}
#supernews h4 {
	margin-top: 18px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

/* Calendar */
#supernews .calendar {
	margin-left: 4px;
}
#supernews .calendar li a {
	margin: 8px 5px 5px 24px;
/*	margin: 8px 10px 5px 30px; */
}	

/* photo & video */

#supernews .photo,
#supernews .video {
	float: left;
	margin: 18px 12px 12px 0;
}
#supernews .photo img,
#supernews .video img {
	border: 4px solid #DADEDF;
}
#supernews .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}

#bimages {
	position: relative;
	height: 425px;
	width: 600px;
	overflow: hidden;
	background: #DADEDF url(../images/icn_loading.gif) center no-repeat;
	margin: 0 0 4px 0;
	border-bottom: 4px solid #FADC00;
	margin-left: 15px;
}
#bimages .images {
	height: 400px;
	width: 600px;
}
#bimages h3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #FADC00;
	padding: 7px 6px 6px 10px;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	z-index: 45;
	color: black;
}
#bimages .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 630px;
	background-color: #DADEDF;
	z-index: 45;
}
#bimages .caption a {
	display: block;
	margin-left: 8px;
	margin-top: 4px;

}
