.movie-gallery{
	margin-bottom: 55px;
}
.video-slider ul.dropdown-menu{
	overflow-y: auto;
}

.video-slider ul.dropdown-menu > li{
	float: none;
}

.video-slider .dropdown-toggle{
	padding-right: 50px;
}
.video-slider .dropdown-toggle .caret{
	position: absolute;
	right: 26px;
	vertical-align: middle;
}
.video-slider .btn-group.open .item{
	width: 440px;
	height: 75px;
	position: relative;
}
.video-slider .btn-group.open .divider{
	margin: 9px 15px;
}
.video-slider .btn-group.open .item.selected {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.video-slider .btn-group.open .imgContainer{
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
	position: relative;
}

.video-slider .btn-group.open .item img{
	vertical-align: top;
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 5px;
	margin: auto;
}
.video-slider .btn-group.open .item .videoTitle{
	display: inline-block;
	white-space: initial;
	padding: 0 15px;
	width: 320px;
	line-height: 16px;
}
.video-slider .btn-group.open .item .videoCategory{
	font-size: 12px;
	color: #d4d0d0;
	position: absolute;
	bottom: 0px;
	left: 135px;
}

.movie-gallery-inner{
	position: relative;
}
.movie-gallery-inner .jcarousel {
	position: relative;
	overflow: hidden;
	min-height: 338px;
	padding-bottom: 55px;
}

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

.movie-gallery-inner .jcarousel li {
	float: left;
	height: 100%;
	position: relative;
	padding: 10px 0;
}

.movie-gallery-inner .jcarousel li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.movie-gallery-inner .jcarousel-pagination {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
}

.movie-gallery-inner .jcarousel-pagination a {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	font-size: 0;
	background: #e8e8e8;
	margin-left: 10px;
}

.movie-gallery-inner .jcarousel-pagination a.active {
	background: #FF314A;
	border: 1px solid #fff;
}

.slider-label{
    color: #fff;
    background-color: #ff314a;
    width: 290px;
	float:left;
    font-size: 24px;
    padding: 7px 0px 7px 30px;
    font-family: "Exo2Semibold";
    text-transform: uppercase;
}

@media print {
	.movie-gallery-inner .jcarousel li img {
		max-width: 100%;
		max-height: 100%;
		margin: 0 !important;
	}
}

/** Stage container **/

.movie-gallery .stage {
	width: 620px;
	margin: 20px auto;
	position: relative;
}

.movie-gallery .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	opacity: .66;
}

.movie-gallery .photo-credits a {
	color: #fff;
}

/** Navigation container **/

.movie-gallery .navigation {
	width: 260px;
	margin: 20px auto;
	position: relative;
}

/** Shared carousel styles **/

.movie-gallery .carousel {
	overflow: hidden;
	position: relative;
}

.movie-gallery .carousel ul {
	width: 10000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.movie-gallery .carousel li {
	float: left;
}

/** Stage carousel specific styles **/

.movie-gallery .carousel-stage {
	height: 400px;
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}

/** Navigation carousel specific styles **/

.movie-gallery .carousel-navigation {
	height: 70px;
	width: 240px;
	background: #fff;
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}

.movie-gallery .carousel-navigation li {
	cursor: pointer;
}

.movie-gallery .carousel-navigation li img {
	display: block;
	border: 5px solid #fff;
}

.movie-gallery .carousel-navigation li.active img {
	border-color: #ccc;
}

/** Stage carousel controls **/

.movie-gallery .prev-stage,
.movie-gallery .next-stage {
	display: block;
	position: absolute;
	top: 0;
	width: 305px;
	height: 410px;
	color: #fff;
}

.movie-gallery .prev-stage {
	left: 0;
}

.movie-gallery .next-stage {
	right: 0;
}

.movie-gallery .prev-stage.inactive,
.movie-gallery .next-stage.inactive {
	display: none;
}

.movie-gallery .prev-stage span,
.movie-gallery .next-stage span {
	display: none;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}

.movie-gallery .prev-stage span {
	left: 20px;
}

.movie-gallery .next-stage span {
	right: 20px;
}

.movie-gallery .prev-stage:hover span,
.movie-gallery .next-stage:hover span {
	display: block;
}

/** Navigation carousel controls **/

.movie-gallery .prev-navigation,
.movie-gallery .next-navigation {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 16px/29px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}

.movie-gallery .prev-navigation {
	left: -15px;
	top: 22px;
	text-indent: 6px;
}

.movie-gallery .next-navigation {
	right: -15px;
	top: 22px;
	text-indent: 20px;
}

.movie-gallery .prev-navigation.inactive,
.movie-gallery .next-navigation.inactive {
	opacity: .5;
	cursor: default;
}

@media screen and (max-width: 767px) {
	.video-slider .btn-group.open .item .videoTitle{
		width: 225px;
		line-height: 14px;
		font-size: 14px;
	}
	.video-slider .btn-group.open .item .videoCategory {
		font-size: 10px;
		bottom: 5px;
		left: 116px;
	}
	.video-slider .btn-group.open .item {
		width: 319px;
		height: 60px;
	}
	.video-slider .btn-group.open .imgContainer {
		width: 80px;
		height: 55px;
	}
	.video-slider .btn-group.open .item img {
		vertical-align: top;
		width: 80px;
	}
}