/* [/web/css/gallery.css] */

#Contents
{
	/* overflow: hidden; */
	width: 100%;
	position: relative;
}

	#LeftButton,
	#RightButton
	{
		position: absolute;
		top: 243px;
		left: 0px;
		z-index: 400;
		width: 190px;
		height: 378px;
		border: 1px solid red;
		cursor: pointer;
		background: #ffffff;
		opacity: 0;
		#filter: Alpha(opacity=0);
	}
	
	#Contents .lf
	{
		float: left;
		display: inline;
		width: 500px;
		height: 378px;
		background: transparent url(../img/gallery/lf.jpg) no-repeat right top;
		#filter: Alpha(opacity=100);
	}
	
	#Contents .lf,
	#Contents .rg 
	{
		position: relative;
		z-index: 399;
	}
	
	#Contents .lfmovie
	{
		width: 261px;
	}
	
	#Contents .md
	{
		float: left;
		display: inline;
		height: 378px;
	}
	
	#Contents .mdmovie
	{
		width: 1px;
		overflow: hidden;
	}
	
	#Contents .md .Slider
	{
	}
	
		#Contents .md .Movie
		{
			margin-left: 0px;
			left: 215px;
			_left: 0px;
			position: absolute;
			z-index: 10;
		}
		
		.Loading
		{
			position: absolute;
			width: 1000px;
			height: 378px;
			/* background-color: #fff; */
			color: #000;
			line-height: 275px;
			text-align: center !important;
			vertical-align: middle;
			left: 0px;
			top: 0px;
			opacity: 0.7;
			#filter: Alpha(opacity=70);
			z-index: 400;
		}
		
			.Loading img
			{
				float: none !important;
				margin: 0px auto 0px;
				position: relative;
				top: 160px;
				_left: 485px;
			}
			
			.Loading span
			{
				display: block;
				position: absolute;
				top: 67px;
				left: 0px;
				text-align: center !important;
				width: 100%;
			}
				
		#Contents .md .People,
		#Contents .md .Restaurant
		{
			width: 1px;
			height: 378px;
			overflow: hidden;
		}
					
			#Contents .md .People .Inner,
			#Contents .md .Restaurant .Inner
			{
				overflow: hidden;
				position: relative;
				height: 378px;
			}
		
			#Contents .md .People img,
			#Contents .md .Restaurant img
			{
				display: inline;
			}
			
			#Contents .md .Image
			{
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
			
			#Contents .md .ImageOff
			{
				/*
				opacity: 0.5;
				#filter: Alpha(opacity=50);
				*/
			}
			
			#Contents .md .ImageOn
			{
			}
				
	#Contents .rg
	{
		float: left;
		display: inline;
		width: 499px;
		height: 378px;
		background: transparent url(../img/gallery/rg.jpg) no-repeat left top;
	}
