.tx-sz-mediacenter {
	overflow-x: hidden
	}
.tx-sz-mediacenter .coverflowContainer {
	margin-top: 75px;
	}
.tx-sz-mediacenter .coverflow {
	display: none;
	}
.tx-sz-mediacenter .coverflow.active {
	display: block;
	}

.container{
	width: 100%;
	height: 200px;
	}
.container div, .container label{
	cursor: pointer;
	}

.container .item a {
	display: block;
	position: relative;
	}
.container .item a.video label.imageStart {
	width: 330px;
	height: 170px;
	background: url('../Images/start_arrow.png') no-repeat 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-inde: 20;
	}
.contaienr .item .imageContainer {
	position: relative;
	z-index: 1;
	}
.container .item .imageInfo {
	display: none;
	background: url('/typo3conf/ext/sz_mediacenter/Resources/Public/Images/1x1_grey.png') transparent;
	/*background: rgba(243,243,243,0.65);*/
	border: 1px solid #e1e1e2;
	padding: 9px 13px;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	width: 100%;
	}

.item a:hover,
.item a:hover label {
	text-decoration: none !important;
	}
.container .item label.title {
	font-weight: bold;
	color: #000000;
	display: block;
	}
.container .item label.date {
	color: #646464;
	display: block;
	}

.container img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	}
.container .item {
	-moz-box-shadow:    -1px 4px 5px -1px #ccc;
	-webkit-box-shadow: -1px 4px 5px -1px #ccc;
	box-shadow:         -1px 4px 5px -1px #ccc;
	}

.container .selectedItem .innerContainer {
	-moz-box-shadow:    -1px 4px 5px -1px #ccc;
	-webkit-box-shadow: -1px 4px 5px -1px #ccc;
	box-shadow:         -1px 4px 5px -1px #ccc;
	}
.container .selectedItem img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

.container .item {
	overflow: hidden;
	width:100%;
	height:100%;
	background: white;
	width: 150px;
	height: 150px;
	left:0px;
	}
.container .item .imageWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	}

.container .item .videoStart {
	position: absolute;
	z-index: 20;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../Images/play_button.png') no-repeat 50%;
	}

#szmediaContainer {
	width: 640px;
	height: 573px;
	overflow: hidden;
	}
#szmediaVideo {
	min-width: 200px;
	min-height: 200px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	}

.fancybox-wrap {
	width: auto !important;
	}
.fancybox-close {
	z-index: 400;
	}

.innerContainer {
	height: 100%;
	width: 100%;
	}
.innerContainer a {
	width: 100%;
	height: 100%;
	/*display: table !important;*/
	}
.imageContainer {
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	}
.imageContainer img {
	 margin: 0 auto;
	 }