body{
	margin:0px;
	}
.slide_box {
	margin-top:0px;
	width:415px;
	height:230px; 
	background:#F7F7F7;
	padding:0px;
}
.slide_box ul{
	padding:0px;;
	margin-top:-225px;
	z-index:2;
	position:absolute;
	list-style:none;
	width:50px;
	margin-left:358px;
}
.slide_box ul LI{
	margin-bottom:5px;
	border:2px solid #999;
	width:48px;
	height:36px;
	float:left;
	CURSOR: pointer; 
	POSITION: relative; 
	overflow:hidden;
	border-radius:5px;
}
.slide_box ul LI img{
	width:48px;
	height:36px;
	
	}
.item {
	width:415px; 
	height:258px;
	float:left;
}
.item img{
	width:415px;
	height:228px;
	float:left;
	margin-top:28px;
	border-bottom:0px solid #fff;
	}
.item span{
	width:415px;
	height:28px;
	line-height:28px;
	float:left;
	margin-top:-258px;
	background:#e7e7e7;
	color:#999;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
text-indent:5px;
	}
.item:hover span{
	color:#bd0000;
	}
.item:hover img{
	transform: scale(1.03);
	}
/*
.banner_dots LI I {
	FONT-SIZE: 0px; 
	BORDER-TOP: transparent 5px solid; 
	HEIGHT: 0px; 
	BORDER-RIGHT: #fff 5px solid; 
	WIDTH: 0px; 
	BORDER-BOTTOM: transparent 5px solid; 
	POSITION: absolute; 
	LEFT: -11px; 
	BORDER-LEFT: transparent 5px solid; 
	DISPLAY: none; 
	TOP: 14px; 
	_filter: chroma(color=tomato); 
	_border-color: tomato #fff tomato tomato;
}
*/
.banner_dots LI.current {
	BORDER-TOP-COLOR: #fff; 
	BORDER-LEFT-COLOR: #fff; 
	BORDER-BOTTOM-COLOR: #fff; 
	BORDER-RIGHT-COLOR: #fff
}
/*
.banner_dots LI.current I {
	DISPLAY: block
}
*/
.more{
	width:51px;
	height:25px;
	line-height:25px;
	background:#F7F7F7;
	border-top:1px solid #999;
	border-left:1px solid #999;
	float:left;
	text-align:center;
	border-radius:5px;
	overflow:hidden;
	}
.more a{
	display:block;
	width:100%;
	color:#BD0000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
.more a:hover{
	color:#999;
	}
.piccontext{
	border:2px solide red;
	}