/* galerie */

.gallery { clear: both; width: 695px; margin: 5px 0; padding: 0; }
.gallery strong { line-height: 25px; font-size: 13px; color: #2b51ea; }

/* list */
.gallery ul { margin: 0; padding: 0; }
.gallery ul li { position: relative; clear: both; margin: 0; padding: 5px; border-bottom: 1px solid #eee; list-style: none; }
.gallery ul li p { margin: 0 0 5px; padding: 0; }

	/* photo */
	
	/* pic */
	.pic { position: relative; clear: both; float: left; margin: 3px 0 3px 12px; /* border: 1px solid #eee; */ }
	* html .pic { margin-left: 7px; }
	.pic a { display: table-cell; width: 104px; height: 104px; 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: 120px; height: auto !important; height: 120px; 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; }

	/* documents */
	.gallery ul li.document { display: block; padding-left: 20px; background: url('../img/icons/file-document.png') no-repeat 0 5px; }
	
	/* audio */
	.gallery ul li.audio { display: block; /*padding-left: 20px; background: url('../img/icons/file-audio.png') no-repeat 0 5px;*/ }
	
	/* video */
	.gallery ul li.video { display: block; /*padding-left: 20px; background: url('../img/icons/file-video.png') no-repeat 0 5px;*/ }

