#filmstrip {
	background: url(/img/filmstrip-right.jpg) right top no-repeat;
	margin: 10px 0px 5px;
	height: 254px;
}
#filmstrip.interview {
	margin: 0px 0 0px;
}
#filmstrip2 {
	background: url(/img/filmstrip-left.jpg) left top no-repeat;
	height: 254px;
	padding: 0 10px;
}
#filmstrip .line {
	padding: 16px 0 10px 0;
}
#filmstrip h6 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	width: auto;
}



#filmstrip .add_content p,
#filmstrip .add_content li {
	border-left: 1px solid #ccc;
	display: inline;
	float: left;
	line-height: 12px;
	margin-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
#filmstrip .add_content li:first-child,
#filmstrip .add_content li.firstChild {
	border: 0;
}
#filmstrip .add_content li a {
/*	color: #ccc;*/
}
#filmstrip .add_content p {
	border: 0;
/*	color: #999;*/
}
#filmstrip .add_content {
	display: inline;
	float: right;
	padding: 0px 0;
	padding-top: 4px;
	width: 54%;
}

#filmstrip .add_content ul {
	float: right;
}

#filmstrip .add_content p {
/*	color: #000 !important;*/
	float: right;
}

#filmstrip .add_content a:hover {
/*	color: #000 !important;*/
}


#filmstrip .sliderGallery {
	height: 206px;
	overflow: hidden;
	margin: 0 -10px 0 -10px;
	padding: 0;
	position: relative;
	width: 960px;
}
#filmstrip .sliderGallery.interview {
	width: 640px;
}
#filmstrip .sliderGallery .mask {
	height: 172px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 940px;
}
#filmstrip .sliderGallery.interview .mask {
	width: 620px;
}
#filmstrip .sliderGallery ul {
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 99999px;
}
#filmstrip .sliderGallery ul li {
	display: inline;
	float: left;
	width: 147px;
	height: 172px;
	margin-right: 15px;
	position: relative;
}
#filmstrip .sliderGallery li.active, #filmstrip .sliderGallery li.active:hover {
	width: 143px;
	height: 168px;
	background: rgba(255,255,255,0.7);	
	border: 2px solid #fff;
}

#filmstrip .sliderGallery li:hover {
	width: 143px;
	height: 168px;
	background: rgba(255,255,255,0.0);
	border: 2px solid #fff;
}

html > body #filmstrip .sliderGallery li.active,
html > body #filmstrip .sliderGallery li.active:hover,
html > body #filmstrip .sliderGallery li:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#filmstrip .sliderGallery li div.pad {
	padding: 10px;
}
#filmstrip .sliderGallery li.active div.pad, #filmstrip .sliderGallery li:hover div.pad {
	padding: 8px;
}
#filmstrip .sliderGallery ul li .skimmer {
	height: 95px;
	width: 125px;
}
#filmstrip .sliderGallery ul li strong,
#filmstrip .sliderGallery ul li span {
	display: block;
	white-space: normal;
	letter-spacing: 0;
}
#filmstrip .sliderGallery ul li p strong {
	font-weight: bold;
	letter-spacing: 0;
	text-transform: normal;
}
#filmstrip .sliderGallery ul li p {
	text-transform: normal;
}

#filmstrip ul li img {
	display: block;
	margin-bottom: 10px;
}

#filmstrip ul li.new div {
	background: url(/img/new.png) top left no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#filmstrip p.infoblock {
	margin-top: 8px;
	text-transform: uppercase;
}
#filmstrip ul li img.flag {
	display: inline-block !important;
	margin-bottom: 0;
	margin-right: 3px;
}

#filmstrip ul li span {	
	display: inline-block !important;
}

/*
#filmstrip ul li img.flag {
	display: inline;
	margin-bottom: 0;
	vertical-align: middle;
}
*/
#filmstrip p.infoblock img {
	margin-bottom: 0px;
}

#filmstrip img.thumb {
	cursor: pointer;
}
#filmstrip .sliderGallery li.active img.thumb, #filmstrip .sliderGallery li.active:hover img.thumb {
	cursor: default;
}



#filmstrip #scroller {
	clear: both;
	margin-top: 10px;
	height: 20px;
	display: none;
}
.slider {
	background: url(/img/scrolltrack.png) bottom left no-repeat;
	border: 0;
	bottom: 3px;
	height: 30px;
	position: absolute;
	width: 960px;
}



.interview .slider {
	background-image: url(/img/scrolltrack-interview.png);
	width: 640px;
}

#filmstrip.interview .slider {
	bottom: 0px;
	position: absolute;
}

.slider a.icon {
	display: block;
	width: 40px;
	height: 26px;
	background: url(/img/filmstrip.sprite.png);
	text-indent: -9000px;
	outline: 0;
}
.slider a.prev {
	position: absolute;
	top: 4px;
	left: 0px;
	background-position: 0 0;
}
.slider a.prev:hover {
	background-position: -40px 0;
}
.slider a.next {
	position: absolute;
	top: 4px;
	right: 0px;
	background-position: 0 -26px;
}
.slider a.next:hover {
	background-position: -40px -26px;
}
.handlemask {
	background: 0;
	border: 0;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 831px;
}
.interview .handlemask {
	width: 511px;
}
.handle {
	background: url(/img/handle.png) no-repeat;
	bottom: 7px;
	cursor: move;
	height: 10px;
	position: absolute;
	width: 274px;
	z-index: 100;
}
.ui-slider-handle {
	display: none;
}
ul.film_strip li p strong a,
ul.photo_strip li p strong a {
/*	color: #404041;*/
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.photo_strip div.img {
	background: url(/img/stacks.png);
	width: 133px;
	height: 103px;
}

