/* Rotating gallery styling */

.clear {
	clear: both;
}

#gallery {
	position: relative;
	height: 242px;
	width: 430px;
	margin: 10px auto;
	
	-moz-box-shadow: 0 2px 10px #999;
	-webkit-box-shadow: 0 2px 10px #999;
	box-shadow: 0 2px 10px #999;
	border: 4px solid white;
}

#gallery a {
	float: left;
	position: absolute;
}

#gallery a img {
	border: none;
}

#gallery a.show {
	z-index: 500;
}

#gallery .caption2 {
	z-index: 600; 
	background-color: #008886;
	height: 65px;
	width: 100%; 
	position: absolute;
	bottom: 0px;
	
	text-align: center;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	line-height: 100%;
}

#gallery .caption2 .content2 {
	margin: 10px
}