

#slideshowWrapper{
	float:left;
	clear:both;
	width:100%;
}

#Container{
margin:0 auto;
padding: 0;
position:relative;
width:1px;
height:auto;
background-color:#fff;
border:3px solid white;
overflow:hidden;
float:left;
clear:both;
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:1
}

#PhotoContainer{
visibility:hidden
}
#PhotoContainer a{
	
	background-color:white;

}


#CaptionBlock{
height:20px;
width:100%;
clear:both;
text-align:left;
margin:0px 0px 0px 2px;
padding-bottom:25px;
padding-top:4px;
}


#Caption{

}

#License{
margin:0 auto;
padding-top:10px;
font-size:10px;
color:#666;
border-top:1px solid #999999;
width:740px;
text-align:left;
line-height:1.4em;
}

#LinkContainer{
display:none;
position:absolute;
top:0;left:0;
height:1px;
width:1px;
z-index:100;
background:url(images/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,#NextLink{
text-decoration:none;
cursor:pointer;
}

#PrevLink{
background:transparent url(images/prev_rounded_sidebar2.gif) left 50% no-repeat
}

#NextLink{
background:transparent url(images/next_rounded_sidebar2.gif) right 50% no-repeat
}

#PrevLink span,#NextLink span{
display:none
}

img{
border: 0;
}

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%
}

#infoBoxContainer .no_hover {
	border: 0 !important;
	background-color: #ffffff !important;
}

