/*******************list gallery*****************/
.it_gallery_picture_box{
	display:block;
	width:140px;
	height:105px;
	overflow:hidden;
	border:1px solid #d7dadd;
	padding:1px;
	text-align:center;
}
.wysiwyg .it_gallery_picture_box img {
    border: 0px solid #d7dadd;
    padding: 0px;
}
.it_gallery_picture_title{
	position:relative;
	display:block;
	width:140px;
	height:auto;
	overflow:hidden;
	padding:16px 0;
	text-align:center;
	clear:both;
	background:url(../../images/iconSprite.png) -63px -60px #f6fbff repeat-x;
	color:#123785;	
	border-top:1px solid #d7dadd;
	font-size:11px;
	text-decoration:none;
}