@charset "UTF-8";
/* CSS Document */

#OuterContainer {
	float: left;
}
#OuterContainerAbout {
	float: left;
	height: 258px;
}
#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0;
}
#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}
#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	margin: 0px;	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/js_slideshow/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#PrevLink span, #NextLink span { 
	display: 
	none; 
}
#PrevLink { 
	left: 0; 
	float: left; 
}
#NextLink { 
	right: 0; 
	float: right; 
}
/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover {
	background-image: url(img/js_slideshow/prev_minusP.gif);
	background-repeat: no-repeat;
	background-position: 20% 95%;
}
#NextLink:hover, #NextLink:visited:hover {
	background: url(img/js_slideshow/next_plusP.gif) no-repeat 80% 95%;
}
/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover {
	background-image: url(../img/js_slideshow/prevarrows-3.png);
	background-repeat: no-repeat;
	background-position: 20% 95%;
}
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover {
	background-image: url(../img/js_slideshow/nextarrows-3.png);
	background-repeat: no-repeat;
	background-position: 80% 95%;
}
#CaptionContainer {
	width: 160px;
	text-align: left;
	float: left;
	margin-top: 0px;
	padding-top: 3px;
	height: 109px;
	padding-left: 10px;
}
#CaptionContainer p {
	font-size: 11px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	color: #535353;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
#CaptionContainer h1 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 5px;
}
#CaptionContainer h2 {
	font-size: 11px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	color: #535353;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 5px;
	font-style: italic;
	font-weight: normal;
}
#Counter {
	font-weight: normal;
	color: #E63F33;
	padding-top: 0px;
}
#test {
	padding-left: 50px;
}
#centerdiv{ /*Proper way to center a relative div*/
	margin: 0px;
	padding: 0px;
}

