/*#block_1 a {
	text-decoration: none;
}
#block_1 a:hover {
	text-decoration: underline;
}*/

img.niceimg {
	border: 1px solid LightGrey;
}
div.niceimg {
	float: left;
	margin: 1px;
	padding: 4px;
	/*width: 110px;*/
	/*height: 90px;*/
	/*text-align: center;*/
	border: 1px solid LightGrey;
}
p.niceimg {
	margin: 1px;
	padding: 4px;
	/*width: 110px;*/
	/*height: 90px;*/
	/*text-align: center;*/
	border: 1px solid LightGrey;
}
.imgblock {
	padding: 5px;
	/*background-color: #eaeaea;*/
	background-color: GhostWhite;
	vertical-align: top;
	text-align: center;
	width: 110px;
	border: 1px solid LightGrey;
}
.nicetable td, .nicetable th {
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid LightGrey;
	border-left: 1px solid LightGrey;
	vertical-align: top;
}
table.nicetable {
	border-top: 1px solid LightGrey;
	border-right: 1px solid LightGrey;
}

/* block on the left in the gallery */
.newestcomments {
	overflow: hidden;
	width: 199px;
}
.newestcomments ul {
	margin: 0 0 0 30px;
	padding: 10px 0 5px 0;
}
.newestcomments li {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style-image: url(../img/comment-icon.gif);
	
}
.newestcomments img {
	border: none;
}
