/*board*/

#board_body{
	background:url("../images/bg-home.gif") no-repeat;
	width:558px;
	height: 181px;
	margin: 1px 0 0 0px;
}
#board_carusel{
	width:510px;
	height: 137px;
	overflow:hidden;
	position: relative;
	margin: 0px 0 0 20px;
}
#board_carusel strong{
	color: #0079c2;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:520px;
	margin:0 0 0 0px;
	padding:0;
	height:	140px;
	overflow:hidden;
}
#board_body .board_item h3{
	color: #666;
	font-size: 13px;
	font-weight:bold;
	margin: 3px 0px 7px 0px;	
	padding:0;
	border:none;
}

.image-holder {	
	padding:5px 0 0 0 ;
	margin:25px 0px 0px 0px;	
	height:95px;
	display:block;
	overflow:hidden;
	}
#home .image-holder a{	
	color:#fff;;
	text-decoration:underline;
	}
.slider-image{
	margin: 0 7px 3px 2px;
	padding:5px;
	background:#fff;
	float: left;
	}
#board_carusel_nav {
	margin: 0 24px 0 0;
	float:right;
}
#board_carusel_nav li{
	height:	27px;
	margin:0px 0 0 3px;
	float:left;
}
#board_carusel_nav a{
	display: block;
	text-align: center;
	color: #22b6f3;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	width: 20px;
	margin: 0 px;
	padding:1px;
	border: 1px solid #40bafb;
	height: 17px;
	background: #0079c2;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	background-position: center left; 
	color: #fff;
	border: 1px solid #fff;	
}

