﻿.storyBoard
{
	margin-top: 10px;
	padding: 0 10px 0 10px;	
}
.storyBoardPreviewContainer
{
	float: left;
	width: 170px;
	margin-right: 100px;
}

.storyBoardPreviewImg img
{
	display: block;
	width: 170px;
	height: 100px;
	border: solid 1px #999999;	
	margin-bottom: 10px;
}

.storyBoardPreviewText
{
	height: 211px;
	padding: 3px;
	overflow: auto;
	border: solid 1px #999999;
}

.storyBoardMainPanel
{
	float: left;
	width: 401px;
	margin-right: 100px;
}
.storyBoardImage img
{
	display: block;
	width: 399px;
	height: 285px;
	border: solid 1px #999999;
}
.storyBoardImage p
{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 30px;
	overflow: hidden;
}
.storyBoardThumbnails
{
	float: left;
	width: 131px;
	height: 328px;
	overflow: auto;
}
.storyBoardThumbnails img
{
	border: solid 1px #999999;
	width: 105px;
	height: 75px;
	margin-bottom: 4px;
}
.storyBoardThumbnails a:hover img
{
	border: solid 1px #ce121d;
}

.storyBoardLink a
{
	text-decoration: none;
	font-weight: bold;
}

.storyBoardAddPhoto 
{
	float: left;
	
}
.storyBoardSendToMate
{
	float: right;
}

.storyBoardIntro
{
	text-align: left;
	margin: 10px 0 0 10px;
}

/* START - storyboard / Photo Upload STYLES */
.photoUpload 
{
	margin-top: 15px;
}

.pageText
{
	margin: 15px 10px 0 10px;
}

/* END - Photo Upload STYLES */
