/* photoFader menu */
 

.sg-splash-wide-captions {
	position:relative;
	background:#fff;
	overflow:auto;
	}
	
* html .sg-splash-wide-captions {
	overflow:visible;
}

.sg-splash-wide-captions .imageContainer {
	position:absolute;
	top:0;
	left:0;
}
	
.sg-splash-wide-captions .controls {
	position:absolute;
	bottom:10px;
	right:10px;
	height:25px;
}

.sg-splash-wide-captions .controls a {
	display:block;
	float:left;
	margin-left:5px;
	line-height:23px;
	border:solid 1px #e4e4e4;
	padding:0 10px;
	color:#000;
	background-color:#fff;
}

.sg-splash-wide-captions .controls a:hover {
	text-decoration:none;
	border:solid 1px #000;
}

.sg-splash-wide-captions .controls a.play {
	width:102px;
	padding:0 0;
	text-align:center;
}

.sg-splash-wide-captions .contentContainer a {
	color:#000;
	}
	
.sg-splash-wide-captions .contentContainer {
	position:absolute;
	top:0;
	right:0;
	height:200px;
	padding:10px;
	width:280px;
	overflow:auto;
}

.sg-splash-wide-captions .contentContainer .caption {
	font-size:18px;
	margin-bottom:.25em;
}

.sg-splash-wide-captions .photo-credit {
margin-bottom:10px;
text-align:left;
text-transform:uppercase;
font-size:12px;
}

#splash {
	background:none;
}

* html #splash .module {
	margin-bottom:0;
}

