.supernews p {
	margin: 10px;
}
.supernews .photo {
	float: left;
	margin-right: 8px;
	width: 220px;
}
.supernews h4 {
	margin-top: 18px;
	margin-bottom: 4px;
}
.supernews .photo img {
	border: 4px solid #DADEDF;
}
.supernews .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}


#bimages {
	position: relative;
	height: 300px;
	width: 630px;
	overflow: hidden;
	background-color: #DADEDF;
	margin: 0 0 4px 0;
}
#bimages .image {
	position: absolute;
	top: -10px;
	width: 630px;
	left: 0;
	z-index: 1;
}

#bimages .caption {
	position: absolute;
	background-color: #DADEDF;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
}
#bimages .caption a {
	display: block;
	padding: 8px 8px 8px 24px;
	background-position: 8px 9px;
}


#automap {
	position: relative;
	width: 630px;
	height: 630px;
	margin-bottom: 18px;
}
#automap img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#automap .detail {
	position: absolute;
	display: none;
	right: 4px;
	top: 4px;
	width: 200px;
	height: 250px;
	background-color: #DE0C73;
	color: white;
	z-index: 2;
	overflow: hidden;
}
#automap .detail div {
	position: relative;
	width: 200px;
	height: 250px;
}
#automap .detail h3 {
	color: white;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	margin-top: 8px;
	border-bottom: 3px double white;
}
#automap .detail p {
	color: white;
	padding-left: 12px;
	padding-right: 12px;
}
#automap .detail ul {
	margin: 0 12px 8px 16px;
}
#automap .detail li {
	background: none;
	list-style: square;
	list-style-position: inside;
	padding: 0;
}
#automap p.moreinfo {
	position: absolute;
	bottom: 12px;
	font-size: 0.9em;
}
