/* use this style to display images next to each other in a line */
div.img_float_left
{
	float: left;
}

/* 
this style is used to display the edit link under images, even if images are displayed inline, i.e. it does not
insert a line break
 
 */
div.edit_link_run-in
{
	display: run-in;
	margin-bottom: 10px;
}

/* img_wrapper is used in the gallery */
img.img_wrapper
{
	border: 1px black solid;
}

/* img_wrapper_3px is used in the gallery */
img.img_wrapper_3px
{
	border: 3px black solid;
}

/* black_frame is used on the content images */
.black_frame
{
	display: block;
	position: relative;
	border: 1px black solid;
	margin: 5px;
}

.img_wrap_no_frame
{
	margin: 20px;
}
