/* *{
	margin:0 auto;
	padding:0;
} */
ul{
	list-style-type:none;
	}
img{
	border:0;
	}
#branch_bar{
	width:550px;
	/* height:220px; */
	/* overflow:hidden; */
	position:relative;
	}
#branch_bar .branch{
	width:3000px;
	height: 490px;
	}
#branch_bar .branch li{
	float:left;
	}
#branch_bar .branch li .report_card{
	width:550px;
	height:220px;
	}
.prev{
	position:absolute;
	top:215px;
	left:10px;
	color:#fff;
	cursor:pointer;
	}
.next{
	position:absolute;
	top:215px;
	right:10px;
	color:#fff;
	cursor:pointer;
	}