.footage_wrapper {
	background: white; margin: 0px 15px 0px 0px; border-radius: 15px; width: 560px; position: relative; box-shadow: 0px 1px 3px rgba(0,0,0,0.35); -webkit-border-radius: 15px; -moz-border-radius: 15px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.purple.footage_wrapper {
	background: rgb(226, 212, 231);
}
.purple.footage_wrapper h1 {
	padding: 10px; color: rgb(110, 42, 139); font-size: 17px; 
}
.purple.footage_wrapper h2 {
	padding: 9px 15px; color: rgb(110, 42, 139); font-size: 14px; float: right;
}
.long_slider {
	margin: 5px 0px 0px; width: 530px; float: left;
}
.long_slider .simply-scroll-clip {
	left: 15px; top: -25px; width: 530px;  position: absolute;
}
.long_slider .simply-scroll-list li {
	background: url("zoom.png")  no-repeat 5px 3px white; width: 200px; text-align: center; margin-right: 13px; margin-bottom: 20px; float: left; box-shadow: 0px 1px 6px rgba(0,0,0,0.35); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .35); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .35);
}
.long_slider .simply-scroll-list li img {
	margin: 29px auto 0px;
}
.simply-scroll-container.long_slider {
	left: -1px; top: 73px; position: absolute;
}

.orange.footage_wrapper {
	background: rgb(254, 237, 215);
}
.orange.footage_wrapper h1 {
	padding: 15px; color: rgb(244, 152, 42); font-size: 17px; 
}
.orange.footage_wrapper h2 {
	padding: 12px 15px; color: rgb(244, 152, 42); font-size: 14px; float: right;
}