
.red{
	color: #870101;
	font-weight: bolder;
}

.image_block{
	margin: 1px;	
	display: inline;	
}

.image_block img{
	border: solid 2px #ffffe3;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	margin-left: 5px;
}

#gallery ul { 
	margin: 0;
	padding: 0;
	list-style: none; 
}

#gallery ul li {	
	display: inline;
}

#gallery ul img {
	border: 2px solid #edecc1;	
}

#gallery ul a:hover img {
	text-decoration: none;
	border: 2px solid #fff;	
	color: #fff;
}

#gallery ul a:hover { 
	color: #fff; 
}

.note{
	color: #e0d6bc;
	font-size: 10px;
}

