/* ----- MOTION POSTER ----- */
#motionPosterMainContent {
	display: none;
	opacity: 0;
	overflow: hidden;
	/*background: #000000;*/
}

.motion-poster-content {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 480px;
}

.motion-poster-content-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 1544px;
	height: 100%;
}

.motion-poster-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	/*opacity: 0;*/
	overflow: hidden;
}

.motion-poster-image {
	position: relative;
	margin: 140px auto;
	width: 300px;
	height: 100%;
}

.motion-poster-download {
	position: absolute;
	top: 120px;
	left: 700px;
	width: 172px;
	height: 28px;
	background: url(../images/gallery/gallery_downloadbtn.png) 0 0 no-repeat;
	cursor: pointer;
	color: #baa678;
	display: none;
}

.motion-poster-download:hover {
	color: #ffffff;
}

.motion-poster-download-label {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 14px;
	margin-top: 7px;
}

.motion-poster-download-arrow {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	margin-top: 7px;
	background: url(../images/gallery/gallery_downloadbtn_arrow.png) 0 0 no-repeat;
}
