/*board*/
#board_items{
	width:934px;
	border:0px solid #FF0000;
	/*height:155px;*/
	float:left;
	border:blue solid 1px;
}
#board_body{
	width:668px;
	width:100%;
	border:0px solid #FF0000;
	height:140px;
		width:934px;
		border:blue solid 1px;
}
#board_carusel{
	width:934px;
	height:195px;
	position:relative;
	border:0px solid #FF0000;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:209px;
	height:195px;
	overflow:hidden;
	margin:0px 20px;
	border:0px solid #FF0000;
}
#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;
}
