.pics {
	padding:0;
	margin:0;
	overflow: hidden;
	height: 300px;
	width: 300px;
}
.pics img {
	height: 300px;
	width: 300px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #9ee6ff;
	top:0;
	left:0;
}
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.nav,#s2{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
.nav {
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0099FF;
}

.nav a, .nav a:visited, .nav a:active{
	line-height: 30px;
	color: #0099FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px;
}

.nav a:hover{
color:#000000;
}
.pics span {
	font-size: 14px;
	line-height: 30px;
    width:200px;
	padding:5px 15px 5px 15px;
	text-align: center;
	text-transform: capitalize;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #9ee6ff;
}

.pics div {
	text-align: center;
	width: 100%;
}

