.banner {
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #ffffff;
	color: #658b68;
}
.banner_a {

	margin: 20px 0 10px 0; 
	color: #658b68; 
	font-size: 14px; 
	font-weight: bold;
	
	font-family: 'PT Sans',sans-serif,Arial,Tahoma;
	height: 30px;		/*40px*/
	line-height: 30px; /*40px*/
	text-decoration: none;
	position: relative;
	margin: 10px 0 10px 0;
}

.img_banner {
	/*height: 127px;*/
	width: 230px;
	/*background: none repeat scroll 0 0 #fff;*/
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 2px #a6a6a6;
	border-radius: 5px;
}

.img_banner  img {
	border-radius: 5px;
}

.img_banner:hover {
	box-shadow:  1px 2px 3px 3px #C0C0C0;
}