#Container
{
	margin: 20px auto 20px auto;
	padding:10px;
	position:relative;
	width:580px;
	height:52px;
	background-color:#FFF;
	overflow:hidden
}

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

#PhotoContainer { visibility:hidden }

#CaptionBlock
{
	color:#FFF;
	height:20px;
	width:800px;
	text-align:center;
	margin:0 auto
}

#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(../../../MEDIA/AJAX-SLIDESHOW/start.gif) no-repeat 50% 50%;
}

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

#NextLink { left:50% }

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

#PrevLink:hover { background:transparent url(../../../MEDIA/AJAX-SLIDESHOW/prev_rounded_sidebar2.png) left 50% no-repeat }
#NextLink:hover { background:transparent url(../../../MEDIA/AJAX-SLIDESHOW/next_rounded_sidebar2.png) right 50% no-repeat }

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

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

