/* photoFader menu */

.splash {

	}

.photoFader-gallery {
	position:relative;
	height:265px;
	}
	
.photoFader-gallery a {
	outline:none;
	}

.photoFaderMenu {
	margin:0;
	padding:0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	list-style:none;
	background-color:none;
	position:absolute;
	right:67px;
	top:10px;
	z-index:1;
}

* html .photoFaderMenu {
	top:5px;
	}

.photoFaderMenu li, #photoFaderMenu li.unselected {
	padding:0;
	height:31px;
	width:26px;
	border:none;
	list-style:none;
	float:left;
	display:inline;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(control-item-bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

* html .photoFaderMenu li {
	background:none;
	border:solid 1px #666;
	margin-left:3px;
	height:26px;
	width:21px;
}

* html #photoFaderMenu li.unselected {
	background:none;
	border:solid 1px #666;
	margin-left:3px;
	height:26px;
	width:21px;
}

.photoFaderMenu li a, .photoFaderMenu li a.unselected {
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	line-height:26px;
	text-align:center;
	width:21px;
}
	
.photoFaderMenu li a:active, .photoFaderMenu li a:focus, .photoFaderMenu li a.selected, .photoFaderMenu li a.selected:hover {
	text-decoration:none;
	color:#fff;
	outline:none;
	background-color:#891a1c;
	}
	
.photoFaderMenu li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#891a1c;
	}

.photoFader-contentcontainer{
	height:265px;
	position:relative;
	float:left;
}

.photoFader-contentcontainer div{
	position:absolute;
	top:0;
	left:0;
	display:none;
	height:265px;
	}
	
.photoFader-contentcontainer div p{
	margin-top:10px;
	}
	
.photoFader-contentcontainer a {
	color:#000;
	}

.photoFader-contentcontainer div#item1 {
	display:block;
}

.control-bar {
	width:712px;
	padding:6px;
	height:33px;
	position:absolute;
	bottom:0;
	left:0;
	}
	
.control-bg {
	background-color:#fff;
	opacity:.5;
	filter:alpha(opacity=50);
	width:724px;
	height:45px;
	position:absolute;
	bottom:0px;
	left:0px;
	}
	
* html .control-bg, * html .control-bar {
	bottom:4px;
	}
	
div.controls {
	position:absolute;
	top:10px;
	right:7px;
	z-index:1;
	height:31px;
	width:60px;
	background:url(control-next-bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:12px;
	}
	
* html div.controls {
	top:5px;
	background:none;
	border:solid 1px #666;
	height:26px;
	width:55px;
	}
	
div.controls a {
	display:block;
	position:absolute;
	color:#000;
	background-color:#fff;
	outline:none;
	}
	
div.controls a:hover {
	background-color:#e5e5e5;
	text-decoration:none;
	}
	
.photoFader-gallery .controls a.next {
	width:55px;
	text-align:center;
	line-height:26px;
	}
	
.photoFader-gallery .controls  a.previous, .photoFader-gallery .controls  a.play {
	display:none;
	}
