
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 815px;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto 0px auto;
	height:141px;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-item span{ display:block; width:178px; height:27px; text-align:center; padding-top:5px;  color:#5b5a5a; font-family:"맑은 고딕"; margin-left:1px;}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0 auto;
}

#lista1 .als-item {
	padding:0 2px 0 4px;
	height: 141px;
	width: 230px;
	
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 0px;
	height: 141px;
	width: 226px;
	border:0px solid #ccc;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 49px;
	width: 35px;
	height: 56px;
}

#lista1 .als-prev {
	left: 7px;
}

#lista1 .als-next {
	right: 7px;
}

