.filmstrip {
    position: relative;
    line-height: 1;
    overflow: hidden;
}
.filmstrip-inner {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
}
.filmstrip-thumbs {
    text-align: center;
    overflow: show;
    width: 100%;
    position: relative;
    white-space: nowrap;
    font-size: 0;
}
.filmstrip .thumb {
    display: inline-block;
    height: 300px;
    margin: 0;
}
.filmstrip .thumb img {
    border: 0;
}
.filmstrip .selector {
    position: relative;
    margin: 0;
}
.filmstrip .thumb img {
    height: 100%;
    width: auto;
}
.filmstrip .item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 350px;
    height: 350px;
}
.filmstrip .item img {
    vertical-align: middle !important;
    max-width: 100%;
    max-height: 100%;
}
.filmstrip .active {
    display: block;
}
.filmstrip .next,
.filmstrip .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.filmstrip-control {
    display: none;
    position: absolute;
    top: 50%;
    width: 94px;
    height: 74px;
    margin-top: -37px;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    text-decoration: none;
	background-image: url("/img/filmstrip_prev.png");
}
.filmstrip-control.right {
    left: auto;
	right: 0;
	background-image: url("/img/filmstrip_next.png");
}
.filmstrip-control:hover {
    color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.filmstrip-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px;
    background: #333333;
    background: rgba(0, 0, 0, 0.5);
}
.filmstrip-caption h4,
.filmstrip-caption p {
    color: #ffffff;
    margin: 0;
}
.filmstrip-caption h4 {
    margin-bottom: 4px;
}
.filmstrip .pointer {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid black;
    z-index: 2;
}
.filmstrip-top { display: none; }
.filmstrip-ctrl {
	position: absolute;
	width: 100%;
	top: 0px;
}
.filmstrip-ctrl .filmstrip-inner { height: 300px; }