*{
	margin:0;
	padding:0}

a:link,a:visited{
	color:#333;
	text-decoration:none
}

a:hover,a:visited:hover{
	text-decoration:none;
}

a.inactive:link,a.inactive:visited{
	color:#CECEB5
}

#Container {
	margin:auto;
	padding: 0 0 0 0;
	margin-top: 0px;
	position:relative;
	width:100%;
	height:310px;
	background-image:url(../../images/bkgd/content2bkgd.gif);
	background-repeat:repeat;
/*	background-color:#fff;
*/	/*border:3px solid #CECEB5;*/
	overflow:hidden
}

#LoadContainer{
	height:25%;
	width:50%;
	position:absolute;
	top:40%;
	left:25%;
	text-align:center;
	z-index:1
}

#PhotoContainer{
	visibility:hidden
}

#CaptionBlock{
	height:18px;
	width:582px;
	text-align:left;
	margin:0 auto;
}
#Caption{
	/*color:#333*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2a2a2a;
	font-size:12px;
	font-style:normal;
	font-stretch:extra-condensed;
}

.slideshowheader {
	position:absolute;
	top:130px;

}




.sssidebar {
	color:#CCCCCC;
	float:left;
	padding: 0 0 0 10px;
	font-weight:500;
	font-size:12px;
	letter-spacing:-0.3px;
	background-color:#ffffe1;
	width:110px;
}

#returntofa {
	position:absolute;
	float:left;
	padding: 0 0 0 4px;
	top:563px;
	height:30px;
	width:105px;
}


#returntofa  p {
	color:#ffffe1;
	padding:0 0 0 0;
}
#returntofa a {
	position:relative;
	float:left;
	padding: 0 0 0 10px;
	font-weight:400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#returntofa a:hover {
	text-decoration:underline;
}

#License{
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
	color:#666;
	border-top:1px solid #CECEB5;
	width:740px;
	text-align:left;
	line-height:1.4em;
}

#LinkContainer{
	display:none;
	position:absolute;
	top:0;left:0;
	height:200px;
	width:200px;
	z-index:100;
	background:url(../deps/wh/images/slideshow/start.gif) 50% 50% no-repeat;
}

#PrevLink{
	z-index:100;
	position:absolute;
	top:0%;
	left:0%;
	height:200px;
	width:50%;
	display:block
}

#NextLink{
	z-index:100;
	position:absolute;
	top:0%;
	left:50%;
	height:200px;
	width:50%;
	display:block
}

#PrevLink:hover,#NextLink:hover{
	text-decoration:none
}

#PrevLink:hover{
	background:transparent url(../deps/wh/images/slideshow/prev_rounded_sidebar2.gif) left 50% no-repeat
}

#NextLink:hover{
	background:transparent url(../deps/wh/images/slideshow/next_rounded_sidebar2.gif) right 50% no-repeat
}

#PrevLink span,#NextLink span{
display:none
}

img{
border:none
}

p{ /*controls captions*/
	padding:.2em 0;
	color:#2a2a2a;
}


#Wrapper{
	margin:0 auto;
	height:500px;
	width:100%;
	overflow:hidden;
	position:relative
}

#Wrapper[id]{
	display:table;
	position:static
}

#InnerWrapper{
	position:absolute;
	top:50%;
	left:0;
}

#InnerWrapper[id]{
	display:table-cell;
	vertical-align:middle;
	position:static
}

#OuterContainer{
	position:relative;
	top:-50%
}

