@charset "utf-8";
.carouselcontrols {
	position: relative;
}
.carouselcontrols button {
	color: #766A65;
	font-size: 11px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.carousel {
	width: 298px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AA9F4E;
	border-right-color: #AA9F4E;
	border-bottom-color: #AA9F4E;
	border-left-color: #AA9F4E;
}
.carousel ul {
	padding: 0;
	margin: 0;
}
.carousel li {
	list-style: none;
	height: 400px;
	padding: 10px;
}
.crossnavi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.crossnavi li {
	float: left;
}
.crossnavi li a {
	width: 198px;
	background-color: #F2F1E4;
	height: 55px;
	text-decoration: none;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AA9F4E;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.crossnavi li a:hover {
	background-color: #AA9F4E;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AA9F4E;
}
.crossnavi li a:hover strong {
	color: #FFFFFF;
}
.crossnavi li a:hover .para {
	color: #FFFFFF;
}
.crossnavi strong {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA9F4E;
	line-height: 18px;
}
.crossnavi .para {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #766A65;
	line-height: 17px;
}
.imagecaption {
	background-color: #4C2432;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.imagecaption p {
	color: #FFFFFF;
	margin: 0px;
	font-size: 10px;

}

.portfolio img {
	border: 1px solid #CCCCCC;
}
