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

.my_carousel {
	background: hsla(0, 0%, 100%, 0.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);   /* IE6 & 7 */
      zoom: 1;
	width: 675px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.carousel_container {
	margin: 0px;
	height: 340px;
	background-image: url(../images/herbbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.caption_container {
	width: 435px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8D9577;
}
.carousel_data {
	display: none;
}
#carousel {
	height: 320px;
	width: 585px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#carousel img {
	height: 209px;
	width: 175px;
	cursor: pointer;
}
#captions {
}
#captions h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #AD8171;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#captions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.nextitem {
	position: absolute;
	z-index: 1001;
	left: 0px;
	top: 230px;
	cursor: pointer;
}
.previtem {
	position: absolute;
	z-index: 1002;
	top: 230px;
	right: 0px;
	cursor: pointer;
}
.leaves {
	position: absolute;
	z-index: 1000;
	left: 142px;
	top: 279px;
}
.carousel_item {
}
.image {
}
.caption {
}
