

/* wrapper --------------------------------- */
#wrapper {
	 clear:both;
  top:110px;
  left:300px;
	
}






/* gallery --------------------------------- */
#gallery {
	position: relative;
	width: 950px;
	height: 522px;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-on {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 950px;
	height: 522px;
	background-color: #ffffff;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#gallery-trap a,
#gallery-trap span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	height: 522px;
	background: url(../images/index/spacer.gif);
}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
