/*board*/
#board_items{
	width:658px;
	border:0px solid #FF0000;
	height:155px;
	float:left;
	margin-top:-5px;
	position:relative;
}
.bg_barBtn{
	background:#0f258d;
	height:25px;
	padding:0px;
	position:absolute;
	width:690px;
	/*bottom:186px;*/
	left:0px;
	bottom:-3px;
 
}
#board_body{
	width:668px;
	border:0px solid #FF0000;
	height:140px;
}
#board_carusel{
	width:668px;
	height:175px;
	position:relative;
	border:0px solid #FF0000;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:223px;
	height:175px;
	overflow:hidden;
	border:red solid 0px;
}
#board_carusel_nav{
	width:668px;
	overflow:hidden;
	height:175px;
}
#board_carusel_nav li{
	float:left;
	padding:0 0px 0 0;
}
#board_carusel_nav li a{
	outline:none;
}
