/* galerie foto */

.pictures { clear: both; margin: 5px 0; padding: 0; }
.pictures strong { line-height: 25px; font-size: 13px; color: #1ba70c; }

/* pic */
.pic { position: relative; clear: both; float: left; margin: 3px 0 3px 3px; /* border: 1px solid #eee; */ }
* html .pic { margin-left: 7px; }
.pic a { display: table-cell; width: 124px; height: 94px; text-align: center; vertical-align: middle; background: #fff 10px 10px; }
.pic img { border: 0; vertical-align: middle; }
/*\*//*/
* html .pic a { display: block; }
* html .pic span { display: inline-block; width: 1px; height: 100%; vertical-align: middle; }
* html .pic a { font-size: 1px; }
.pic div { border-collapse: collapse; }
.pic a:hover { background: #deeafc; }

/* box */
.box { 
	float: left; width: 134px; min-height: 100px; height: auto !important; height: 100px; margin: 0 5px 5px 0;
	padding: 2px; border: 1px solid #d4d4d4; text-align: center; font: 10px Arial, "Trebuchet MS"; color: #305fc5;
	-moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px;
}
.box img { border: 0; }
.box .box-body { clear: both; }
