
section#rightslide_content {
/*position: relative;*/
margin: 17px auto 10px;
width: 246px;
}
/********************************
* generic als elements styling
********************************/
.als-container {
/*position: relative;*/
width: 100%;
margin: 0px auto;
}

.als-viewport {
/*position: relative;*/
overflow: hidden;
margin: 0px auto;
}

.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 element
* styling for #lista2
***********************/

#lista2 {
/*margin-bottom: 80px;*/
}

#lista2 .als-item {
/*margin: 10px 0px;*/
min-height: 140px;
min-width: 128px;
}

#lista2 .als-item img {
/*position: relative;*/
display: block;
vertical-align: middle;
margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
/*left: 470px;*/
width: 246px;
height: 15px;
}

#lista2 .als-prev {
/*top: -8px;*/
display:none;
}

#lista2 .als-next {
/*bottom: 0;*/
display:none;
}

#lista2 .als-item {
vertical-align: middle;
}

/*リセット*/
ul.als-wrapper{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
