@charset "utf-8";
/* CSS Document */
.pics {
	height::95px;
	width:380px;
	margin:auto;
	height: 300px;
	}
.pics img {
	padding:15px;
	border:1px solid #ccc;
	background-color:#eee;
	width:350px;
	height:280px;
	top:0;
	left:0;
	}
	
#nav a {
	border:1px solid #ccc;
	background:#fc0;
	text-decoration:none;
	margin: 0 5px;
	padding: 3px 5px;
		}	
#nav a.activeslide {background: #ea0;}		
#nav a.focus {outline:none;}
