
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 957px;
	margin: 0px auto ;
}

.als-item span{font-family:"맑은 고딕";}


.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto 0px auto;
	height:226px;
	width: 957px;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}



.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0 auto;
}

#lista1 .als-item {
	padding:0px;
	height: 226px;
	width: 238px;
	text-align:center;
}

#lista1 .als-item img {
	vertical-align: middle;
	margin-bottom: 0px;
	height: 130px;
	width: 140px;
	border:0px solid #ccc;
}

#lista1 .als-item p { width:134px; margin:auto; padding-top:10px; color:#555;}

#lista1 .als-item{}

#lista1 .als-prev, #lista1 .als-next {
	top: 100px;
	width: 8px;
	height: 20px;
}

#lista1 .als-prev {
	left: -15px;
}

#lista1 .als-next {
	right: -15px;
}

