.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.flexslider { 
	width: 655px;	
	height: 320px; 
	margin: 0; 
	position: relative; 
	left: -5px; 
	float:left; 
	/*overflow: hidden;	*/
	border: solid 10px #fff; 
	-webkit-border-radius: 6px;	-moz-border-radius: 6px; border-radius: 6px; 
}

.flexslider .slides {
	width: 655px;	
	height: 320px;
	overflow: hidden;
}

.flexslider .slides img { 
	width: 655px;	
	height: auto; 
	display: block; 
}

.flex-caption { 
	position: absolute;	
	left:0px; 
	top:240px; 
	z-index:1;	
	width:645px; 
	color:#ffffff;	
	font-size:24px;	
	line-height:28px; 
	letter-spacing:-1px; 
	padding: 5px 0 0 10px; 
	background-color: rgba(105,16,13,0.90);
}

.flex-caption span { 
	font-size: 20px;
	line-height: 22px;
	color: #f1f1f1;
}

.flex-caption-button {
	display:inline-block;
	color:#f4f4f4;
	padding: 10px 24px 10px 24px;
	font-size:20px;
	line-height:22px;
	background-color: #7D312F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: right;
	position: relative;
	top: -15px;
	left: -25px;
	border: 2px solid rgba(255,255,255,.25);	
	text-decoration: none;
}
.flex-caption-button:hover {
	background-color: #69100D;
}
	
/* Control Nav */
.flex-direction-nav .prev, .flex-direction-nav .next{
	display:block;
	width:16px;
	height:23px;
	text-indent:-999em;
	/*overflow:hidden;*/
	position:absolute;
	top:48%;
	margin-top:-11px;
	z-index:2;
}

.flex-direction-nav .prev {
	background: url('./../../images/icons/flex_prev.png') no-repeat;
	left:-18px;
}
.flex-direction-nav .prev:hover {background: url('./../../images/icons/flex_prev.png') no-repeat 0 -23px;}

.flex-direction-nav .next {
	background: url('./../../images/icons/flex_next.png') no-repeat;
	right:-18px;
}
.flex-direction-nav .next:hover {background: url('./../../images/icons/flex_next.png') no-repeat 0 -23px;}	