img.img_left_cont
{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}

img.dyn_img
{
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px white solid;
}

/* 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;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
}

/* used for images that are laying beside each other. Border is 3px padded from image */
img.img_wrapper_beside
{
	border: 1px white solid;
	padding: 3px;
	margin: 4px;
}





/* 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 white solid;
	margin: 5px;
}

.img_wrap_no_frame
{
	margin: 20px;
}