body {
	font-size: .75em;
	font-family: arial, sans-serif;
}

#slideshow {
	margin-left: -13px;
	position: relative;
	width: 230px;
	height: 320px;
}

#slideshow h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

#loader {
	width: 150px;
	height: 80px;
	padding: 10px;
	background-color: #F5F5F5;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

#loader h3 {
	height: 40px;
	line-height: 40px;
	font-size: 90%;
}

#photo {
	width: 230px;
	height: 230px;
}

#caption {
	display: none;
	position: relative;
	width: 210px;
	height: 60px;
	padding: 10px;
	background-color: #F5F5F5;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

#captionOne, #captionTwo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#error {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 180px;
	padding: 10px;
	margin-left: -100px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #F5F5F5;
}
