﻿
/********************************
 *als
 ********************************/
.als-container
{
	position: relative;
	width: 100%;
	margin: 0px auto;
	 padding:0px;
}

.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;
	float: left;
	
}

.als-prev, .als-next
{
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * lista1
 **************************/

#lista1
{
	margin: 10px auto 80px auto;
}

#lista1 .als-item
{
	margin: 0px;
	min-height: 100px;
	min-width: 128px;
	position: relative;
	border-bottom: 1px dotted #212f3a;

}

#lista1 .als-item img
{
	position: relative;
	display: block;
	vertical-align: middle;
width:130px;
	height:49px;
	
}

#lista1 .als-prev, #lista1 .als-next
{
	top: 28px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev
{
	left: 90px;
}

#lista1 .als-next
{
	right: 100px;
}
/*list div*/
.apm_l
{
	float: left;
	width:130px;
	height:49px;
	padding:3px;
	border: 1px solid #212f3a;
	border-radius:5px;
	background: #f1f2f2;
	margin-top:4px;
}
.apm_l img
{
	cursor: pointer;
	margin:0px auto;
}
.apm_r
{
	float: left;
	margin-left:10px;
	width: 790px;
	text-align: left;
	font-size:13px;
	line-height:18px;
	color:#627c90;
}
.apm_r h4
{
	text-align: right;
	right: 6px;
	position: absolute;
	bottom: 10px;
	font-weight:bold;
    font-size:14px;
}
