.g_slider ul li img {
    width: 652px;
    height: 262px;
}
html, body { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;}
ul, ol { padding: 0;}
.g_slider { position: relative; overflow: hidden;text-align: center;}
.g_slider li { list-style: none; }
.g_slider ul li { float: left; }
.g_slider ul li a { width: 652px;height: 262px; }
#b04 { width: 652px;height:262px;}
#b04 .dots { position: absolute; left: 0; right: 0; bottom: 10px;}
#b04 .dots li 
{ 
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #fff; 
	border-radius: 10px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
#b04 .dots li.active 
{
	background: #fff;
	opacity: 1;
}
#b04 .arrow { position: absolute; top: 110px; width: 24px;height: 42px !important;}
#b04 #al { left: 0;}
#b04 #ar { right: 0;}