/*banner*/
.r_baner{
	width: 100%;
/*	background-image: url(../images/baner1.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 388px;
	position:relative;
	z-index:0;
	margin-top:30px;
}
/*轮换大区域*/
.lunhuan {
	width:100%;
	height:388px;
	position:relative;
}
.lunhuan #lunhuanback {
	width:100%;
	height:388px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
.lunhuan #lunhuanback p {
	width:100%;
	height:388px;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	filter:alpha(opacity=0);
	background-repeat:no-repeat;
	background-position:50% 0px;
}
.lunhuan .lunhuan_main {
	width:1000px;
	height:388px;
	margin:0 auto;
	position:relative;
}
/*左侧所有商品列表*/
.suoyouliebiao {
	width:239px;
	position:absolute;
	left:0px;
	top:0px;
	border-left:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	z-index:200;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
/*轮换中间区域*/
.lunhuancenter {
	width:1000px;
	height:388px;
	position:absolute;
	
	top:0px;
}

.lunhuancenter .centergif{
	display:block;
	width:1000px;
	height:388px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:4;
}
.lunhuancenter b{
	position:absolute;
	left:0px;top:-40px;
	opacity:0;filter:alpha(opacity=0);
	z-index:3;
	width:760px;
	height:310px;
	display:block;
}
#lunbonum{
	height:28px;
	line-height:23px;
	position:absolute;
	right:25px;
	top:340px;
	z-index:5;
}
#lunbonum li{
	cursor:pointer;
	height:28px;
	width:27px;
	text-align:center;
	line-height:28px;
	font-weight:bold;
	background:url(../images/banner_an.png) no-repeat;
	float:left;
	margin-right:5px;
	color:#FFF;
}
#lunbonum .lunboone{
	background:url(../images/banner_an.png) no-repeat scroll 0px -28px;
}
