.movie-section
{
	width: 938px;
	padding: 30px;
}

.movie-instructions
{
	font-size: 13px;
}

#movie-main-image
{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

#movie-main-title
{
	font-size: 40px;
	color: #efd570;
	margin-bottom: 30px;
}

#movie-main p
{
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
}

#movie-main p a
{
	color: yellow;
	text-decoration: none;
}

#movie-main p a:hover
{
	text-decoration: underline;
}

#movie-main-published
{
	vertical-align: bottom;
	color: #efe3b1;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
}

.movie-photos-thumbnail
{
	margin-right: 16px;
	margin-top: 10px;
	border: 1px solid #F2E4AD;
}

.movie-photos-thumbnail:hover
{
	border: 1px solid #C97020;
	cursor: pointer;
}

.movie-media-type
{
	float: left;
	width: 190px;
	height: 115px;
	background: #302f2f;
	padding: 15px;
	-webkit-text-size-adjust: none
}

.movie-media-type-space
{
	width: 19px;
	float: left;
}

.movie-media-thumbnail
{
	float: left;
}

.movie-media-vert-rule
{
	float: left;
	width: 2px;
	height: 115px;
	margin-left: 10px;
	background-color: white;
}

.movie-media-format
{
	float: left;
	padding-left: 10px;
}

.movie-media-title
{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}

.movie-media-options
{
	margin-left: 13px;
}

.movie-media-speeds
{
	margin-bottom: 4px;
}

.movie-media-speeds a
{
	font-size: 14px;
	color: yellow;
	text-decoration: none;
	cursor: pointer;
}

.movie-media-speeds a:hover
{
	text-decoration: underline;
}

.movie-stills-thumbnail
{
	float: left;
	margin-top: 15px;
	border: 1px solid #F2E4AD;
}

.movie-stills-thumbnail:hover
{
	border: 1px solid #C97020;
	cursor: pointer;
}

.movie-stills-hidef-space
{
	float: left;
	width: 14px;
}

.movie-stills-stdef-space
{
	float: left;
	width: 14px;
}

#movie-stills-expand
{
	width: 100%;
	display: none;
}

#movie-stills-expand-controls
{
	padding-top: 10px;
	cursor: pointer;
}

#movie-stills-expand-controls a
{
	text-decoration: none;
}

#movie-stills-expand-controls a span
{
	color: white;
}

#movie-stills-expand-controls a:hover span
{
	color: yellow;
}

#movie-stills-expand-text
{
	font-weight: bold;
}

#movie-stills-expand-instructions
{
	font-size: 8pt;
	padding-left: 15px;
}

#movie-stills-expand-gif
{
	padding-left: 5px;
}

#movie-also-description
{
	margin-bottom: 10px;
	font-size: 16px;
}

.movie-also-item
{
	font-size: 16px;
	margin-bottom: 2px;
}

.movie-also-item a
{
	color: yellow;
	text-decoration:none;
}

.movie-also-item a:hover
{
	text-decoration: underline;
}

#slideshow-container
{
	background-color: #f7f2df;
	padding: 6px;
}

#slideshow-image
{
	border: 1px solid black;
}

#slideshow-navigate
{
	margin-top: 5px;
	margin-bottom: 4px;
	height: 25px;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#slideshow-navigate div
{
	background-color: black;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

#slideshow-auto
{
	float: left;
	width: 70px;
	margin-right: 1px;
}

#slideshow-auto-off
{
	float: left;
	width: 40px;
	margin-right: 1px;
}

#slideshow-auto-slow
{
	float: left;
	width: 40px;
	margin-right: 1px;
}

#slideshow-auto-fast
{
	float: left;
	width: 40px;
}

#slideshow-previous
{
	float: right;
	width: 65px;
	margin-right: 1px;
}

#slideshow-next
{
	float: right;
	width: 65px;
	margin-right: 1px;
}

#slideshow-close
{
	float: right;
	width: 65px;
}

.slideshow-auto-selected
{
	background-color: #743434 !important;
}

