﻿.StoryBoard
{
	background-color: Black;
	width: 770px;
	height: 380px;	
}

.storyBoardMainPanel
{
	float: left;
	width: 420px;
	margin-right: 12px;
	margin-left: 8px;
}

.extendWidth
{
	width: 440px;
}

.storyBoardImage img
{
	display: block;
	width: 399px;
	height: 285px;
}
.storyBoardImage p
{
	margin: 3px 5px 2px 5px;
	padding: 0;
	color: #666666;
	text-align: center;
	height: 16px;
	overflow: hidden;
}
.storyBoardThumbnails
{
	float: left;
	width: 275px;
	height: 364px;
	overflow: auto;
}
.storyBoardThumbnails img
{
	width: 161px;
	height: 122px;
	margin-bottom: 10px;
	padding-left: 30px;
	background-image: url(images/view_image_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;	
}

img.viewVideoThumb
{
	background-image: url(images/play_video.gif);
}

.imgList a:hover img
{
	border: solid 1px #EB971E ! important;
}
.storyBoardLink
{
	margin: 0;
	padding: 0;
}
.storyBoardLink a
{
	text-decoration: none;
	font-weight: bold;
}

.imgList a img, .imgList a:visited img
{
    border: solid 1px #000000 ! important;
    color: Black ! important;
}


.storyBoardAddPhoto 
{
	float: left;
}

.storyBoardSendToMate
{
	float: right;
}

.imgList
{
	width: 232px;
	height: 172px;
	overflow: auto;
	margin-left: 23px;	
}

.photoGalleryHR
{
	margin: 5px 0;		
}