/* CSS Document */

#gallery {
	background: #000 url(../img/galleryvid/IM3-Mansion_00000.jpg);
	position: absolute;
	width: 1280px;
	height: 544px;
	display: block;
	color: #999;
	top: 544px;
	left: 50%;
	margin-left: -640px;
}

	#galleryVideoCanvas {
		position: absolute;
		top: 0;
		left: 0;
	}

	#galleryVidPlayhead {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}
	
	
#gallery-main {
	position: absolute;
	color: #999;
	top: 544px;
	left: 50%;
	margin-left: -640px;
	width: 1280px;
	height: 544px;
	background: #000;
	text-align: center;
}
	
	#galleryNext {
		position: fixed;
		background:url(../img/gallery/arrowRight.png) top left no-repeat;
		top: 272px;
		right: 0px;
		margin-top: -30px;
		margin-right: -90px;
		width: 60px;
		height: 60px;
		z-index: 10;
	}
	
	#galleryBack {
		position: fixed;
		background:url(../img/gallery/arrowLeft.png) top left no-repeat;
		top: 272px;
		left: 0px;
		margin-top: -30px;
		margin-left: -90px;
		width: 60px;
		height: 60px;
		z-index: 10;
	}
	
	#galleryShare {
		position: fixed;
		top: 4px;
		right: 5px;
		display:block;
		white-space: nowrap;
		margin-right: -350px;
	}
	
		#galleryShareLabel {
			background: rgb(140,0,0);
			height: 20px;
			padding: 0 8px;
			color: #fff;
			font-size: 12px;
			line-height: 20px;
			display: inline-block;
			vertical-align: top;
		}
	
		#galleryShareFB {
			display: inline-block;
			margin-left: 4px;
			background:url(../img/gallery/fb-share.jpg);
			width: 20px;
			height: 20px;
		}
		#gallerySharePI {
			display: inline-block;
			margin-left: 5px;
			background:url(../img/gallery/pinterest-share.jpg);
			width: 20px;
			height: 20px;
		}
		#galleryShareTW {
			display: inline-block;
			margin-left: 5px;
			background:url(../img/gallery/twitter-share.jpg);
			width: 20px;
			height: 20px;
		}
	
	#galleryNext:hover, #galleryBack:hover {
		background-position: bottom left;
	}
	
	#galleryLoading {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -25px;
		margin-left: -25px;
	}
	
	#galleryImg {
		position: relative;
		margin: auto;
		display: block;
		overflow:hidden;
		width: 1280px;
		min-width: 1280px;
		height: 544px;
		background: no-repeat top center;
	}