@charset "UTF-8";
/* CSS Document */

.storyboothList {
	width: 238px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-right: 0px;
	}

.storyboothList ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.storyboothList li {
	padding: 0 0 10px 0;
	}
	
#storybootVideo {
	width: 500px;
	margin: 0 auto 20px auto;
	text-align: center;
	}
	
#storybootVideo h3 {
	margin: 0;
	font-size: 18px;
	background: #C9D3B8;
	padding: 5px;
	}
