/* стили показа отдельной картинки */
h1.pic_title_h1 {
	text-align: center;
}

div.show_pic_div {
	text-align: center;
	
}

div.pic_descr_div {
	border: 1px dotted #191970;
	margin: 10px auto 10px auto;
	width: 700px;
	padding: 3px 5px 3px 5px;
	
	border-radius: 5px;
   -icab-border-radius: 5px;
   -khtml-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-border-radius: 5px;

}

span.show_span {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: blue;
}
