/* photoFader menu */

form.photoFader {
	position:relative;
	}

.photoFaderMenu {
	position:absolute;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
	right:20px;
	bottom:0px;
	z-index:99;
}

* html .photoFaderMenu {
	bottom:-3px;
	}

.photoFaderMenu div, .photoFaderMenu div.unselected {
	width:115px;
	height:25px;
	background:url(/media/images/Weddings/splash_tab_unselected.png) no-repeat;
	float:left;
}

*html .photoFaderMenu div, .photoFaderMenu div.unselected {
	background:url(/media/images/Weddings/splash_tab_unselected.gif) no-repeat;
}


.photoFaderMenu div.selected a, .photoFaderMenu div.selected a:hover, .photoFaderMenu div a:hover {
	background:url(/media/images/Weddings/splash_tab_selected.png) no-repeat;
}

*html .photoFaderMenu div.selected a, .photoFaderMenu div.selected a:hover, .photoFaderMenu div a:hover {
	background:url(/media/images/Weddings/splash_tab_selected.gif) no-repeat;
}

.photoFaderMenu div a, .photoFaderMenu div a.unselected {
	display:block;
	text-decoration:none;
	color:#333;
	line-height:25px;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
	text-transform:uppercase;
	width:115px;
	overflow:hidden;
}
	
.photoFaderMenu div a:active, .photoFaderMenu div a:focus, .photoFaderMenu div a.selected, .photoFaderMenu div a.selected:hover {
	text-decoration:none;
	color:#9798c9;
	outline:none;
	}
	
.photoFaderMenu div a:hover {
	text-decoration:none;
	color:#333;
	}

.photoFader-contentcontainer{
	height:298px;
	width:744px;
	position:relative;
}

.photoFader-contentcontainer .photo{
	position:absolute;
	top:0;
	left:0;
	display:none;
	height:298px;
	width:744px;
	}
	
.photoFader-contentcontainer .photo:first-child{
	display:block;
	}
