.slider {
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
	width:730px;
	height:320px;
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
}
.slider ul, .slider ul li {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.slider ul li:before {content:none !important;}
.sm_slide {
	display:none;
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	width:100%;
	height:320px;
	color:#444;
	font-size:100px;
	text-align: center;
}
.sm_slide.active {
	display:block;
	visibility:visible;
}
.sm_slide img {
	max-width: 100%;
	-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
}
.sm_prev, .sm_next {
	display:block;
	position:absolute;
	cursor:pointer;
	z-index:999;
	top:50%;
	width:25px;
	height:25px;
	margin:-20px 0 0 0;
	font-style:normal;
	opacity:.5;
	border-style:solid;
	border-color:rgba(0,64,128,.6);
	border-width:0px;
	-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);
}
.sm_prev {
	left:10px;
	border-left-width:3px;
	border-top-width:3px;
}
.sm_prev:hover {
	opacity: 1;
}
.sm_next {
	right: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
.sm_next:hover {
  opacity: 1;
}
.sm_nav {
	display:inline-block;
	position:absolute;
	overflow:hidden;
	z-index:999;
	clear:both;
	bottom:5px;
	right:5px;
	padding:5px 0px;
}
.sm_nav-item {
	list-style-type:none;
	z-index:999;
	float:left;
	cursor:pointer;
	width:14px;
	height:14px;
	padding:4px;
	font-size:11px;
	color:rgba(0,64,128,.5);
}
.sm_nav-item i {
	display:block;
	position:relative;
	top:5px;
	left:4px;
	width:8px;
	height:8px;
	-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius: 6px;
	background-color:rgba(0,64,128,.5)
}
.sm_nav-item.active,
.sm_nav-item.active:hover {
	cursor:default;
	color:rgba(255,0,0,.5);
}
.sm_nav-item.active i, 
.sm_nav-item:hover i, 
.sm_nav-item.active:hover i {
	background-color:rgba(255,255,255,.7);
}
