/*
 * Stylesheet to modify the flexslider appearance
 *
 * Steve Judd (2012-10-26)
 */

 #content ul {
	padding: 0px;
	overflow: hidden;
	line-height: 1em;
}
.flex-caption {
	position: absolute;
	bottom:0;
	left:0;
	width:45%;
	color:#000;
	background-color:#fff;
	opacity:0.8;
	padding:4px;
}
.flex-caption.white {
	color:#fff;
	background-color:#000;
}
.flex-caption-headline{
	font-size:1.1em;
	display:block;
	margin-bottom: 8px;
}
.flex-caption a, .flex-caption a:visited {
	display:block;
	width:25%;
	padding:4px;
	text-align:center;
	text-decoration:none;
	border: thin solid white;
	margin:8px 1em 0px;
	color: #fff;
	background-color:#131758;
}
.flex-caption a:hover {
	border: thin solid #131758;
	color: #131758;
	background-color:#fff;
}
.flex-caption a, .flex-caption a:visited  {
	-moz-box-shadow:inset 0px 1px 0px 0px #4571d1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4571d1;
	box-shadow:inset 0px 1px 0px 0px #4571d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #013175), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #013175 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#013175', endColorstr='#378de5');
	background-color:#013175;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #8597f2;
	display:block;
	color:#ffffff;
	font-family:Verdana;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:1px 1px 8px #000000;
}.flex-caption a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #013175) );
	background:-moz-linear-gradient( center top, #378de5 5%, #013175 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#013175');
	background-color:#378de5;
	color:#ffffff;
}.flex-caption a:active {
	position:relative;
	top:1px;
}