#gallerys {
	text-align: left;
	margin-bottom: 3px;
}
#gallerys a, #gallerys a:hover {
	color: #336699;
	text-decoration: none;
	border: none;
}
#name {
	color: #336699;
	padding: 5px;
}
#description {
	margin-bottom: 10px;
	text-align: left;
}
#pictures {
	float: left;
	width: 80%;
}
#thumbs {
	margin-top: 10px;
	float:right;
	width: 20%;
}
#thumbs a, #thumbs a:hover {
	cursor:pointer;
	text-decoration: none;
	color: #336699;
	border: 1px #555599 solid; /*none;*/
}
img{
	margin: 2px;
}

