
.rolling_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 415px; /* ÇÏ´ÜÀÇ img + shadow ³ôÀÌ */
}

.rolling_wrap li {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	outline: none; /* Å©·Ò¿¡¼­ ¾Æ¿ô¶óÀÎ »ö»ó ¾ø¾Ö±â */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.rolling_wrap li img {
	border: none;
	display: block;
	width: auto;
	height: 410px; /* ÀÌ¹ÌÁö Å©±â */
}
