/* ½ºÅ²Å¸ÀÔ ÃßÃµÁ¦Ç° ÇÇºÎ°í¹Î */
.roundabout-holder 
{
	border:solid 0px red;
	width: 179px;
	height: 338px;
	overflow: hidden;
	list-style: none;
	margin:0;
	padding:0;
	position:absolute;
	top:-65px;
}
.roundabout-moveable-item 
{
	width: 120px;
	height: 15px;
	text-align: center;
	 margin-top: -5.70px;
}
.roundabout-in-focus {
	cursor: auto;
}
.ptruble ul li { border:0px solid black; }

/* ½ºÅ²Å¸ÀÔ ÃßÃµÁ¦Ç° ÃßÃµÁ¦Ç° */
.roundabout-holder2 {
	width: 480px;
	height: 85%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
.roundabout-moveable-item2 {
	width: 0px;
	height: 0px;
	text-align: center;
	cursor: pointer;
	color: #329;
}
.roundabout-in-focus2 {
	cursor: auto;
}
.pro-holder li { width:180px;height:180px; }

