.board {position:relative;display:block;overflow:hidden;background:#fff;width:959px;margin:0 auto 8px;padding:15px;font-size:14px;text-align:left;
	border:1px solid;border-color:#e5e5e5 #dbdbdb #d2d2d2;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	}
.board:nth-child(1n) {border:none;} 

