/* all for filmstrip */

.charts-filmstrip {
	float: left;
	position: relative;
	width: 307px;
	height: 365px;
}

.filmstrip-clip {
	height: 84px;
	width: 222px;
	overflow: hidden;
	z-index: 20;
}

.filmstrip-holder {
	width: 99999px;
}

.filmstrip-holder img {
	display: block;
	float: left;
	padding-top: 10px;
	position: relative;
}

.filmstrip-holder img.on {
	background: url(/images/bg/chart-on.gif) 50% 0 no-repeat;
}

.filmstrip-clip {
	position: absolute;
	top: 250px;
	left: 45px;
	overflow: hidden;
}

.controls {
	position: absolute;
	height: 16px;
	width: 272px;
	padding-left: 20px;
	top: 280px;
	float: left;	
}

.next-button {
	float: right;
}

.previous-button {
	float: left;
}

/* -- */
