/* photoFader menu */
 

.sg-splash-right-menu {
	position:relative;
	background:#fff;
	overflow:hidden;
	}

.sg-splash-right-menu .galleryMenu {
	float:right;
	margin:10px 10px 10px 0;
	padding:0;
	width:180px;
	font-size:14px;
	display:inline;
}

.sg-splash-right-menu .galleryMenu div, .sg-splash-right-menu .galleryMenu div.unselected {
	padding:0 0 0 8px;
	text-align:left;
	border:none;
	margin-bottom:3px;
	color:#000;
	background:url(/core/media/images/photoFader_bullet.gif) left center no-repeat;
}

.sg-splash-right-menu .galleryMenu div:hover {
	background-color:#999;
}

.sg-splash-right-menu .galleryMenu div.selected {
	background-color:#333;
}

.sg-splash-right-menu .galleryMenu div a.unselected {
	border:solid 1px #e4e4e4;
}

.sg-splash-right-menu .galleryMenu div a.selected {
	border:solid 1px #333;
}

.sg-splash-right-menu .galleryMenu div a {
	display:block;
	padding:8px;
	text-decoration:none;
	border:solid 1px #e4e4e4;
	background-color:#fff;
	color:#000;
}

.sg-splash-right-menu .galleryMenu div a:hover {
	border:solid 1px #999;
	}
	
.sg-splash-right-menu .galleryMenu div a.selected, .sg-splash-right-menu .galleryMenu div a.selected:hover {
	text-decoration:none;
	outline:none;
	border:solid 1px #333;
	}

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

.sg-splash-right-menu .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-right-menu .controls a:hover {
	text-decoration:none;
	border:solid 1px #000;
}

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

.sg-splash-right-menu .contentContainer a {
	color:#000;
	}
	
.sg-splash-right-menu .contentContainer {
	position:absolute;
	bottom:0;
	left:0;
	height:100px;
	padding:10px;
	width:526px;
	overflow:auto;
}

.sg-splash-right-menu .contentContainer .caption {
	font-size:22px;
	margin-bottom:.25em;
}

.sg-splash-right-menu .photo-credit {
margin-bottom:10px;
text-align:left;
}

#splash {
	background:none;
}

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

