@charset "utf-8";
					/* clients.css */
					

table, tr, td{

	}	
.Atable img{
	display: block;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid rgba(0,171,233,0.6);
	border-radius: 10px;
	}
.Atable img:hover{
	border: 2px solid rgba(0,171,233,0.6);
	border-radius: 10px;
	width: 120px;
	height: 100px;
	
	}	
.Atable img:focus{
	border: 1px dotted rgb(255,255,255);
	border-radius: 10px;
	}