#banner {
	margin: auto auto 1.5em;
}
#slideshow{
	 text-align: center;
	 display: block;
	 width: 600px;
	 height: 400px;
	 padding: 10px 20px 20px 5px;
	 margin: auto;
	 position: relative;
	 overflow: hidden;
	/*margin: auto;
	 position: relative;
	*/
}
 #slideshow img {
	 display: block;
	 width: 600px;
	 height: 400px;
	 padding: 10px 20px 20px 5px;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
}

.employee-card {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px 24px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
  }

  .employee-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
  }