@charset "utf-8";
div#intro {width:795px; height:562px; background-color:#dfe5c7; background-image:url(/img/building_bg.jpg); background-position:0 0; background-repeat:no-repeat;}
a.start {color:blue; display:block;}
a.start:hover {background-color:#ccc;}
#Caption
{
	font-family:"Myriad Pro";
	bottom: 0;
	color: #fff;
	left: 0;
	font-size:18px;
	padding-top:5px;
	padding-bottom: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
	background-color:#442116;
	opacity:.8;
}
#LinkContainer
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover
{
	background: url(../img/next.png) 80% 50% no-repeat;
}
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover
{
	background: url(../img/prev.png) 20% 50% no-repeat;
}
#Loading
{
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 44%;
	width: 100%;
	z-index: 0;
}
#next
{
	float: right;
	position: absolute;
	right: 8px;
	top: 520px;
}
#next-link
{
	background: url(../img/next.png) 0% 50% no-repeat;
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 40px;
}
#NextLink
{
	float: right;
	right: 0;
}
#NextLink:hover, #NextLink:visited:hover
{
	background: url(../img/plus.gif) 80% 50% no-repeat;
}
#Photo
{
	border: 0;
	left: 5px;
	position: absolute;
	top: 5px;
	z-index: 5;
}
#previous
{
	float: right;
	left: 8px;
	position: absolute;
	top: 520px;
}
#previous, #next
{
	cursor: pointer;
	height: 80%;
	width: 40px;
}
#previous-link
{
	background: url(../img/prev.png) 0% 50% no-repeat;
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 40px;
}
#PrevLink
{
	float: left;
	left: 0;
}
#PrevLink span, #NextLink span
{
	display: none;
}
#PrevLink, #NextLink
{
	background: transparent url(../img/c.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 48%;
}
#PrevLink:hover, #PrevLink:visited:hover
{
	background: url(../img/minus.gif) 20% 50% no-repeat;
}
#slideshow
{
	background-color: #dfe5c7;
	border: 1px solid black;
	font-size: 0px;
	height: 450px;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	top: 5px;
	width: 230px;
}
