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

h3 {
	font-family: Garamond; Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #8843DB;
}

#main {
	width: 839px;
	padding-left: 10px;
}

.caption {
/* For the captions for the pics */
	color: #888;
	position: absolute;
	top: 380px;
	left:450px;
	width: 500px;
}

.demo {
/* adjust position for top of thumbnails */
	position: relative;
	margin-top: 0.5em;
}

.gallery_demo {
/* Container space for the thumbnails */
	width: 100px;
	float: left;
}

.gallery_demo li{
	width: 55px;
	height: 70px;
	border: 3px double #eee;
	margin: 0 2px 2px 0;
}

.gallery_demo li.hover{
	border-color: #bbb;
}

.gallery_demo li.active {
	border-style: solid;
	border-color: #222;
}

.gallery_demo li div {
	left: 240px;
}

.gallery_demo li div .caption {
	font: italic 0.7em 1.4 georgia serif;
}

.galleria_container {
/* placeholder for the main pic */
	float: right;
	height: 400px;
	margin: 0 auto;
	width: 550px;
}

.nav {
/* for the prev/next links at the bottom */
	position: absolute;
	top: 340px;
	left: 10px;
	padding: 10px 0 0 5px;
	clear: both;
}

.info {
	text-align:left;
	margin:30px 0;
	border-top:1px dotted #221;
	padding-top:30px;
	clear:both;
}

.info p {
	margin-top:1.6em;
}

/* From galleria */

.galleria {
/* The container for the thumbnails */
	list-style: none;
	width: 250px;
}

.galleria li {
/* For each thumbnail */
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
}

.galleria li a {
	display: none;
}

.galleria li div{
	position: absolute;
	display: none;
	top: 0px;
	left: 180px;
}

.galleria li div img {
	cursor: pointer;
}

.galleria li.active div img,.galleria li.active div {
	display: block;
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}

.galleria li .caption {
	display: block;
	padding-top: .5em;
}

* html .galleria li div span{width:400px} /* MSIE bug */