@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/03 */
/*------------------------------------------------------*/



/* wrapper --------------------------------- */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}





/* gallery --------------------------------- */
#gallery {
	position: relative;
	width: 950px;
	height: 360px;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 950px;
	height: 360px;
}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
