*{
margin:0;
padding:0}

a:link,a:visited{
color:#ccf;
text-decoration:underline
}

a:hover,a:visited:hover{
color:#99c;
text-decoration:underline
}

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

body {
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: small;
}

#thumbs {
	margin-left: 640px;
}

#thumbs img {
	border: 1px solid grey;
}

#thumbs tr {
	height: 150px;
}

#thumbs td {
	width: 150px;
}

#introduction {
	width: 400px;
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
}

#slideshow {
	padding: 30px;
	padding-top: 50px;
	width:	550px;
	position: fixed;
}

#Container{
margin: 0 auto;
padding: 0;
width:100%;
height:310px;
background-color:#fff;
border:3px solid #CECEB5;
overflow:hidden
}

#LoadContainer{
height:25%;
width:50%;
padding-top: 100px;
text-align:center;
position: fixed;
z-index:1
}

#PhotoContainer{
visibility:hidden;
position: fixed;
}

#CaptionBlock{
height:18px;
width:582px;
text-align:left;
margin:0 auto;
}
#Caption{
color:#ccc;
}

#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;
}

img{
border:none
}

p{
font-size:11px;
padding:1em 0
}

#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%
}
