@charset "UTF-8";

.clearfix{
	zoom:1;
}
.clearfix:after{
	display:block;
	content:"";
	overflow:hidden;
	clear:both;
}

.wrapper{
	margin:0 auto;
	height:100%;
}

.pageContent{
   /*margin-left:210px;*/  
   height:100%;
}
.pic{
	position:relative;
	width:465px;
	height:504px;
	overflow:hidden;
	
	
}
.pic .sildebar{
	 width:100%;
	 position:absolute;
	 top:0;
	 height:460px;
}
.pic .sildebar li{
	 float:left;
	 width:465px;
	 overflow:hidden;
	 height:100%;
}
img{border:none;}
.focusBox {
  position: absolute;
  bottom: 20px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
	display: none;
}
.focusBox li{
	float:left;
	margin-right:10px;
	width:10px;
	height:10px;
	border-radius:10px;
	background:#fff;
	cursor:pointer;
}
.focusBox li.cur{
	background:#f60;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.btn-focus{
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	opacity:1;
	filter:alpha(opacity=0);
	text-align: center;
	color:#fff;
	line-height:30px;
	text-decoration:none;
}
.prev{
	right:30px;
	top:50%;
	background-image: url(../img/ld12.png);
}
.next{
	right:0px;
	top:0;
	background-image: url(../img/ld2.png);
}