@charset "utf-8";
/* CSS Document */
.picture {
	width: 337px;
	height: 235px;
	position: relative;
	overflow: hidden;}

.picture ul {
	position: absolute;
	width: 1762px;}

.picture ul li {
	float: left;
	width: 337px;
	height: 235px;
	cursor: pointer;}

.picture dl {
	position: absolute;
	width: 1762px;
	bottom:0px;
	left: 0;
	z-index: 1;
	height:40px;
	background-color: rgba(0,0,0,0.5);}

.picture dl dd {
	font-size: 13px;
    font-family: '宋体';
    font-weight: bold;
    color: #beaf8d;
    line-height: 40px;
	float: left;
	margin-left:5px;
	width: 337px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	z-index:0
;}

.picture ol {
	position: absolute;
	left: 330px;
	bottom: 12px;
	margin-left: -65px;
	z-index:1;}

.picture ol li {
	width: 7px;
	height: 7px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	background:url(../images/icon.jpg) no-repeat -25px 0 !important;
	margin-top: 2px;
	z-index:0;}

.picture ol .current {
	background: url(../images/icon.jpg) no-repeat -17px 0 !important;}

.imgcontanter img {
	width: 337px;
	height: 235px;}