﻿#storyboardWrapper {
	width: 857px; 
	margin: 10px auto;
	text-align: center;	
}
.storyRow{
	position: relative;
	width: 100%;
	height: 190px;
	padding: 0px 5px 25px 23px; /*43px left*/
	clear: both;
}

.storyImage {
	float: left;
	width: 357px; 
	height: 170px;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	padding: 5px 5px 5px 5px;
}

.storyImage img {
	height: 170px;
	width: 357px;
}

/*------------------- vertical centering DIVs for story text ----------------------*/
/* http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */

.storyTextOuter{
	position: relative;
	width: 505px; /*485px original*/
	height: 180px; 
	display: table;
	overflow: hidden;
	float: left;
}

.storyTextMiddle{
	#position: absolute; 
	#top: 50%;
	width: 100%; 
	display: table-cell; 
	vertical-align: middle; 
}

/*center horizontally with 'margin:' and center vertically with '#top: -50%'*/
/*border: 1px #CCCCCC solid;*/

.storyText{
	position: relative;
	#top: -50%;
	width: 90%;
	margin: 0px auto;
}

.storyText p {
	margin: 0px 0px 0px 20px;
}