#Container{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	background-color:#000;
	border:2px solid #333;
	overflow:hidden;
	height: 666px;
}

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

#PhotoContainer{
visibility:hidden
}

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

#LinkContainer{
display:none;
position:absolute;
top:0;left:0;
height:200px;
width:200px;
z-index:100;
background:url(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(images/slideshow/prev_bone_sidebar.gif) left 50% no-repeat
}

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

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