@charset "UTF-8";

@import "../../../../files/css/smp/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/
.box {
	width:100px;
	height:100px;
	border:1px solid #aaa;
	background:#eee;
	margin:100px auto;
	text-align:center;
}

.showcase li {
	display:inline;
	float:left;
	width:200px;
	margin:0 5px;
	border:1px solid #aaa;
	background:#eee;
}