/* FACEBOOK */

#main .facebook_footer {
	background: #20BFD5; 
	color: white;
	padding: 4px;
}
#main .facebook_footer a {
	color: white;
	text-decoration: underline;
}

/* SUPERNEWS */
#supernews {
	margin: 0px 0 18px 0;
}
#supernews p {
	margin: 10px;
}

#supernews h4 {
	margin-bottom: 4px;
	text-transform: uppercase;
	background-color: #20BFD5;
	padding: 6px 8px 6px 26px;
	background: #20BFD5 url(../images/icn_home_white.gif) no-repeat 8px 8px;
}
#supernews h4 a {
	color: white;
}

/* photo & video */

#supernews .photo,
#supernews .video {
	float: left;
	margin: 8px 12px 12px 0;
}
#supernews .photo img,
#supernews .video img {
	border: 4px solid #20BFD5;
}
#supernews .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}

#bimages {
	position: relative;
	height: 350px;
	width: 640px;
	overflow: hidden;
	background: #20BFD5 url(../images/icn_loading.gif) center no-repeat;
	margin: 0 0 4px 0;
}
#bimages IMG {
	position: absolute;
	left: 0;
	top: 28px;
	height: 300px;
	width: 640px;
    z-index:8;
    opacity:0.0;
}
#bimages IMG.active {
    z-index:10;
    opacity:1.0;
}
#bimages IMG.last-active {
    z-index:9;
}
#bimages h3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #20BFD5;
	padding: 7px 6px 6px 10px;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	z-index: 5;
	color: white;
}
#bimages .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 640px;
	background-color: #20BFD5;
}

#bimages .caption a {
	display: block;
	margin-left: 8px;
	margin-top: 4px;
	color: white;
	padding-top: 2px;
	background-position: 0 3px;
}
