/* FILMSTRIP */
#imageScroller {
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 251px;
	overflow: hidden;
	background: url(../images/filmstrip_bg.gif) top repeat-x;
	padding: 16px 0 10px;
}
#innerContainer {
	height: 160px;
	background: url(../images/filmstrip_bg.gif) bottom repeat-x;
	padding: 0 0 16px;
}
#imageScroller img {
	position: absolute;
	margin: 5px;
	height: 150px;
	width: 135px;
	cursor: pointer;
}
img#slideshowPopup {
	position: absolute;
	width: 240px;
	height: 120px;
	border: 4px solid #fff;
	display: none;
}
.scrollerArrows {
	float: right;
	width: 50px;
	height: 20px;
	clear: both;
	text-align: right;
	padding: 10px 0 0;
}
.scrollerArrows .leftArrow {
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	background: url(../images/filmstrip_arrow_left.gif) top left no-repeat;
	cursor: pointer;
}
.scrollerArrows .rightArrow {
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(../images/filmstrip_arrow_right.gif) top left no-repeat;
	cursor: pointer;
}
/*#innerContainer { width:714px; height:200px; position:relative; /*background:#0a4ea1 url(images/filmstrip.jpg) bottom left no-repeat; }*/
/*#viewer { width:714px; height:160px; overflow:hidden; margin:auto; position:relative; top:10px; padding:16px 0 0 0; background:#0a4ea1 url(images/filmstrip.jpg) top left no-repeat; }*/