.strip_wrapper {
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 60px;
	padding: 13px 0px;
	background-color: #000000;
	z-index: 10;
	filter:alpha(opacity=80);
	opacity:0.8;
	zoom:1;
	width:900px;
	top:420px;
}
.filmstrip {
	/* this cannot be too large */
	list-style-type: none;
	list-style-position: initial; 
	list-style-image: initial; 
	width:20000em;
	position:absolute;
	margin: 0px; 
	padding-left:30px;	
}

.container {
	float:left;
	width:900px;
	border:none;
	position:relative;
}

/* single scrollable item */
.filmstrip img {
	float:left;
	margin:0 0 -50px 0;
	padding:0 0 0px 0;
	width:80px;
	height:55px;
	position:relative;
}

/* active item */
.filmstrip .active {
	position:relative;
	cursor:default;
}
/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {float: left;position: relative;height: 55px;width: 80px;z-index: 15;cursor: pointer;margin-right:15px;}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {border: none;height: 55px; position: relative; top: 0px; left: 0px; overflow: hidden; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border: 2px solid #999999; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

