@charset "utf-8";


#slideThumbs img {
	border: 0px;
	padding: 6px;
}
#slideThumbs img:hover {
	border-color: #8A2B29;
}

#slideContainer {
	height: 500px;
	width: 100%;
	position: absolute;
}
#slideContainer #slideThumbs {
	height: 430px;
	width: 130px;
	overflow: auto;
	position: absolute;
	left: 220px;
	top: 30px;
	border: 1px solid #999;
}
#slideThumbs ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#slideThumbs ul li {
	float: left;
}
#slideThumbs ul li a {
	float: left;
	width: 110px;
	position: relative;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
#slideThumbs ul li a:hover {
	color: #D48536;
	text-decoration: none;
}
#slideContainer #largeImage {
	height: 430px;
	width: 400px;
	position: absolute;
	left: 370px;
	top: 30px;
	overflow: auto;
}
#slideContainer #text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 40px;
	width: 400px;
	position: absolute;
	left: 160px;
	top: 410px;
}
.boxImage {
	margin-bottom: 10px;
	width: 380px;
	height: 380px;
	position: relative;
}
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 380px;
	position: relative;
}
.boxText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 380px;
	position: relative;
}
.boxText2 p {
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;
}
.boxText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 480px;
	position: relative;
}
.boxText3 p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.boxText3 h1 {
	font-size: 15px;
}
.boxText3 h2 {
	font-size: 14px;
}

