.culture-jcarousel-wrapper {
    position: relative;
    height: 400px;
	background: #212121;
	    margin-bottom: 50px;
}

/** Carousel **/

.culture-jcarousel {
    position: relative;
    overflow: hidden;
	margin: auto;
	width: 1280px;
	height: 400px;
}

.culture-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.culture-jcarousel li {
    float: left;
	position: relative;
	width: 1280px;
	height: 400px;
}

.culture-jcarousel li img
{
	display: block;
	position: absolute;
}

.culture-jcarousel li .shadow
{
	position: absolute;
	width: 50px;
	height: 400px;
	top: 0;
	z-index: 100;
}

.culture-jcarousel li .shadow.left
{
	left: 0;
	background: url(/i/slider-shadow-left.png) repeat-y left top;
}

.culture-jcarousel li .shadow.right
{
	right: 0;
	background: url(/i/slider-shadow-right.png) repeat-y right top;
}

/*.culture-jcarousel li img::before
{
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 50px;
	height: 400px;
	background: url(../img/slider-shadow-left.png) repeat-y left top;
	
}*/

.culture-jcarousel li .info .buttons
{
	margin-top: 15px;
	text-align: center;
}

.culture-jcarousel li .info .buttons .date
{
	display: inline-block;
	background: #f5f5f5;
	line-height: 45px;
	padding: 0 20px;
	font-family: 'PT Serif';
	font-size: 16px;
	font-weight: bold;
	color: #2d342d;
	text-decoration: none;
}


.culture-jcarousel li .info .buttons .play
{
	display: inline-block;
	background: #c62828;
	line-height: 45px;
	padding: 0 20px;
	font-family: 'PT Serif';
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.culture-jcarousel li .info .buttons .play.p40
{
	padding: 0 40px;
}

.culture-jcarousel li .info .buttons .play:hover
{
	opacity: .7;
}

.culture-jcarousel li .info .desc
{
	font-family: 'PT Serif';
	font-size: 16px;
	color: #2d342d;
	text-align: center;
}
.culture-jcarousel li .info .title
{
	font-family: 'Open Sans';
	font-size: 40px;
	color: #2d342d;
	font-weight: bold;
	text-align: center;
}

.culture-jcarousel li .info
{
	position: absolute;
	background: rgba(255,255,255,.5);
	padding: 10px 0 5px 0;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
}


/** Carousel Pagination **/

.culture-pagination {
    left: 0;
	text-align: center;
	width: 100%;
}

.culture-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 0;
    height: 13px;
    width: 13px;
    
    background: #b0d0df;
    color: #4E443C;
    border-radius: 14px;
    text-align: center;
    
    margin: 0 10px 0 10px;
}

.culture-pagination a.active {
    background: #03a9f4;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}


@media screen and (max-width: 1280px)
{
	.culture-jcarousel
	{
		width: 1240px;
	}
	
	.culture-jcarousel li
	{
		width: 1240px;
	}
}