#slides {
	z-index:100 !important;
}
.slides_container {
	width: 360px;
	overflow:hidden;
	position:relative;
	display:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a2998b;
}
.slides_container div.slide {
	width: 360px;
	height: 360px;
	display: block;
}

#slides .next,#slides .prev {
	position:absolute;
	top: 165px;
	left: 0;
	width: 68px;
	height: 30px;
	display:block;
	z-index:101;
	opacity:0.8;
}
#slides .prev {
	left: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a2998b;
	border-bottom-color: #a2998b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2998b;
}

#slides .next {
	left: 292px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #a2998b;
	border-bottom-color: #a2998b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2998b;
}
#slides .next:hover, #slides .prev:hover {
	opacity: 1;
}

.pagination {
	position:absolute;
	bottom: 45px;
	left: -20px;
	width:100px;
	z-index: 900;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	/*background-image:url(../img/pagination.png);*/
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
.caption {
	z-index: 9 !important;
	position:absolute;
	bottom: 0;
	left:0;
	height: 15px;
	width: 360px;
	color:#695d49;
	
	padding: 10px;
	
	font-family: "myriad_web_proregular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #a2998b; */
	
	
	background-color:rgba(255,255,255,0.8);
	
	/*background-image: url(../images/arrow-white-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 0;*/
}