@charset "utf-8";
/* CSS Document */


#gallery {
	position:relative;
	height:315px;
	margin-top: 0px;
	margin-bottom: 0px;


	
}
	
	#mask {
	background-repeat: no-repeat;
	position: relative;
	top: -315px;
	left: 5px;
	z-index: 600;

		}
	#maskcontent
	{
	width: 220px;
	height: 65px;
	background-color:transparent;
	position: absolute;
	top: 200px;	
	margin-left: 530px;
	z-index: 610;
	}	
	
			#maskcontent2
	{
	width: 220px;
	height: 65px;
	background-color:transparent;
	position: absolute;
	top: 190px;	
	margin-left: 580px;
	z-index: 2000;
	}	
	
			#maskcontent3
	{
	width: 220px;
	height: 65px;
	background-color:transparent;
	position: absolute;
	top: 200px;	
	margin-left: 630px;
	z-index: 2000;
	}	
	
