.captionjs.animated figcaption {
	border-top: 1px solid rgba(77, 77, 77, 0.3);
	background-color: rgb(77, 77, 77);
	background-color: rgba(77, 77, 77, 0.75);
	color: #fff;
	border: none;
	width: 100%;
	bottom: -100%;
	padding: 5px;
	padding-right: 15px;
}

#kourexp_container figure {
	height: 124px;
	display: inline-block;

}

#kourexp_container img {
	height: inherit;
	width:inherit;
	max-width: 215px;
}

#kourexp_container {
	margin: 20px 0px;
	display: block;
	text-align: center;
	overflow:hidden;
}

#kourexp_container a {
	margin: 0px 0.5%;
}

#kourexp_container .exp_link-container {
	margin-right: 5px;
	padding-left: 5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:5px;
	background-color:#e8e8e8;
	display: inline-block;

}

.footer{
	background-color: rgb(236, 236, 236);
	background-image: url('../img/all-arrow.png');
	background-repeat: no-repeat;
	background-position: 97% 50%;
	height: 40px;
	padding: 5px 10px;
	text-align:left;
	font-size:18px
}



.lt-ie8 #kourexp_container .exp_link-container {
	display: inline;
}