﻿/*公共样式*/
.lmscroll *{
	padding:0;
	margin:0;
}
.lmscroll img{
	border:0;
}
.lmscroll ul{
	list-style-type:none;
}
.lmscroll a{
	text-decoration:none;
	color:black;
}
.lmscroll{
	width:938px;
	height:212px;
	margin:0 auto;
	background:url(../img/line1Bg.jpg);
	position:relative;
	margin-top: 8px;
}
.lmscroll-list{
	width:845px;
	height:186px;
	margin:0 auto;
	padding-top:15px;
	position:relative;
	overflow:hidden;
}
.lmscroll-list ul{
	width:3420px;
	height:186px;
	position:absolute;
	top:15px;
	left:0;
}
.lmscroll-list li{
	float:left;
	padding-right:12px;
}
.lmscroll-item{
	width:153px;
	height:180px;
	padding:2px;
	border:1px solid #d5d5d5;
	position:relative;
}
.lmscroll-item-img{
	width:153px;
	height:180px;
}
.lmscroll-item-img a{
	display:block;
	width:153px;
	height:180px;
	overflow:hidden;
}
.lmscroll-item-img img{
	width:153px;
	float:left;
}
.lmscroll-item-text{
	width:153px;
	height:25px;
	position:absolute;
	left:2px;
	bottom:2px;
	overflow:hidden;
}
.lmscroll-item-text a{
	display:block;
	width:149px;
	height:25px;
	line-height:25px;
	padding-left:4px;
	font-size:12px;
	color:#fff;
	background:#666;
}
.lmscroll-lbtn,.lmscroll-rbtn{
	display:block;
	width:25px;
	height:32px;
	position:absolute;
	top:80px;
}
.lmscroll-lbtn{
	background:url(http://www.ladymax.cn/miyajie/img/lmscroll-lbtn.gif) no-repeat 0 0;
	left:10px;
}
.lmscroll-rbtn{
	background:url(http://www.ladymax.cn/miyajie/img/lmscroll-rbtn.gif) no-repeat 0 0;
	right:10px;
}
