*{	margin: 0;	padding: 0;}body{	font-family: Georgia, Verdana, Arial, Monaco, sans-serif;	font-size: 11px;	line-height: 18px;	color: #666666;	background-color: #ffffff;}a:link,a:visited{	color: #333;	text-decoration: none;}a:hover,a:visited:hover{	color: #000;	text-decoration: underline;}a.inactive:link,a.inactive:visited { color: #CECEB5; }#Container{	margin: 0 auto;	padding: 1px;	position: relative;	width: 310px;	height: 310px;	background-color: #fff;	overflow: hidden;	border-color: #666666;	border-width: 1px;	border-style: solid;}#LoadContainer{	height: 310px;	width: 310px;	position: absolute;	top: 40%;	left: 42%;	z-index: 1;}#PhotoContainer { visibility: hidden; }#CaptionBlock{	height: 18px;	width: 314px;	text-align: left;	margin: 0 auto;}#License{	margin: 0 auto;	padding-top: 10px;	border-top: 1px solid #CECEB5;	width: 314px;	text-align: left;	line-height: 1.4em;}#LinkContainer{	display: none;	position: absolute;	top: 0;	left: 0;	height: 314px;	width: 314px;	z-index: 100;	background: url(images/slideshow/start.gif) 50% 50% no-repeat;}#PrevLink{	z-index: 100;	position: absolute;	top: 0px;	left: 0px;	height: 314px;	width: 157px;	display: block;	margin: 0px;}#NextLink{	z-index: 100;	position: absolute;	top: 0px;	left: 155px;	height: 310px;	width: 157px;	display: block;}#PrevLink:hover,#NextLink:hover { text-decoration: none; }#PrevLink:hover { background: transparent url(images/slideshow/prev_rounded_sidebar2.gif) left 50% no-repeat; }#NextLink:hover { background: transparent url(images/slideshow/next_rounded_sidebar2.gif) right 50% no-repeat; }#PrevLink span,#NextLink span { display: none; }img { border: none; }p{	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%;}
