/*
#gallerys, #name, #description, #thumbImg, #thumbNos, #pictures {
	border: none;
	text-align: center;
}
#gallerys {
	text-align: center;
	margin-bottom: 3px;
}
#gallerys a {
	color: #336699;
	text-decoration: none;
}
#name {
	font-size: 20px;
	color: #336699;
	padding: 5px;
}
#description {
	margin-bottom: 10px;
}
#pictures {
	width: 400px;
	margin: 0 auto;
}
#pictures a {
	text-decoration: none;
}
#thumbNos {
	margin-top: 10px;
}
#thumbNos a {
	text-decoration: none;
	color: #336699;
}
#thumbImg {
	float: left;
	width: auto !important;
}
#thumbImg ul li {

	list-style: none;
	margin: 2.5px;
}
*/

#gallerys {
	text-align: left;
	margin-bottom: 3px;
}
#gallerys a {
	color: #336699;
	text-decoration: none;
}
#name {
	font-size: 20px;
	color: #336699;
	padding: 5px;
}
#description {
	text-align: center;
	margin-bottom: 10px;
}
#pictures {
	text-align: center;
}
#thumbs {
	text-align: center;
}
#thumbs a {
	text-decoration: none;
	color: #336699;
}
#thumbList {
	list-style: none;
}
	#thumbList li {
		display: inline;
		margin-right: 5px;
	}
#pages {
	text-align: center;
	height: 25px;
	margin-top: 15px;
}
	#pages a {
		text-decoration: none;
	}