/* Photos CSS */

.titlePhotos {
	background-image: url(../images/photos.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 50px;
}

#photoList {
}

#photoList li {
	display: inline;
	margin-bottom: 50px;
}
#photoList img {
	height: 100px;
	width: 100px;
	padding-bottom: 35px;
}
#photoList a {
	position: relative;
	bottom: 15px;
	right: 50px;
	border: thin solid #FFFFFF;
	padding: 4px 15px;
	margin-left: -30px;
	text-decoration: none;
	color: #ffffff;
}
#photoList a:hover {
	position: relative;
	bottom: 15px;
	right: 50px;
	border: thin solid #FFFFFF;
	padding: 4px 15px;
	margin-left: -30px;
	text-decoration: none;
	color: #ffffff;
}
