/* FCE TEASER VIDEO ELEMENT */


iframe {
    border: none;
}

.fce_teaser_videos {

}

.fce_teaser_videos .mainVideo {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	background-color: #333333;
}

.fce_teaser_videos .videoSliderContainer {
    position: relative;
}

.fce_teaser_videos ul.videoSlider {
    margin-top: 15px;
    background-color: red;
    padding: 0 40px 0 30px;
}


.fce_teaser_videos ul.videoSlider li.videoElement { 
	list-style: none;
    float: left;
    display: block;
    position: relative;
    width: 200px;
    height: 120px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 8px;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoText { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    padding: 10px;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoText h2,
.fce_teaser_videos ul.videoSlider li.videoElement .videoText h3 {
	font-size: 15px;
	line-height: 17px;
    text-transform: uppercase;
    color: black;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoText h3 {
	font-size: 14px;
	text-transform: none;
	font-family: "ptSans55", "Trebuchet MS", Trebuchet, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoText p.videoPlaytime {
    margin-bottom: 3px;
    padding: 1px 0 5px 35px !important;
    background-image: url('../imgs/icon-film-right.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoText .description {
    color: black;
}

.fce_teaser_videos ul.videoSlider li.current {
	/*border-style: solid;
	border-color: green;
	border-width: 5px;*/
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoImage { 
    position: absolute;
    z-index: 5;
    background-color: #333333;
    height: 100%;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoImage img { 
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.fce_teaser_videos ul.videoSlider li.videoElement .videoImage .videoLink { 
	opacity: 0;
}

.fce_teaser_videos .arrowLeft,
.fce_teaser_videos .arrowRight {
    width: 30px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.fce_teaser_videos .arrowRight {
    right: 0;
}

/*
.fce_teaser_videos .hidden {
    display: none;
}

.fce_teaser_videos li {
    list-style: none;
    display: inline-block;
    position: relative;
}*/