/* Avoid scroll bar issues when the slider is next to the edge of the page */
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: none;
}
.flexslider:hover .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a {
  display: block;
}

#jc_home .flex-caption p{
	margin: 2px 0 0 2px;
	font-size: .9em;
	color: #fff4e8;
}

#jc_home .flexslider img {
	border: solid thin #cccccc;
}

#jc_home .flex-caption{
	margin-bottom: 0;
	text-align: left;
	line-height: 20px;
	background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
    background: rgba(54, 25, 25, .7);
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 1px;
	bottom: 0;
}