	.gallery-css{
 		overflow: hidden;
 		position: relative;
 	}
 	.gallery-css ul{
 		padding: 0;
 		margin: 0;
 		list-style: none;
 	}
 	.gallery-css .gallery-list{
 		position: relative;
 		left: 0;
 		white-space: nowrap;
 		font-size: 0;
 	}
 	.gallery-css .gallery-btn{
 		cursor: pointer;
 		display: none;
 		position: absolute;
 		top: 50%;
 		width: 40px;
 		height: 40px;
 		line-height: 40px;
 		margin-top: -20px;
 		border-radius: 50%;
 		text-align: center;
 		font-size: 24px;
 		background: #fff;
 		color: #ccc;
 		border: 1px solid #ccc;
 		box-shadow: 0 0 8px #ccc;
 		transition: all .4s;
		-moz-transition: all .4s;	/* Firefox 4 */
		-webkit-transition: all .4s;	/* Safari 和 Chrome */
		-o-transition: all .4s;	/* Opera */
 	}
 	.gallery-css .gallery-btn:hover{
 		background: #ddd;
 		color: #fff;
 	}
 	.gallery-css .gallery-btn.prev{
 		left: 0;
 	}
 	.gallery-css .gallery-btn.next{
 		right: 0;
 	}
 	.gallery-css .gallery-item{
 		width: 100%;
 		padding: 10px;
 		display: inline-block;
 		text-align:center;
 	}
 	.gallery-css .gallery-item img{
 		width: 100%;
 		height: auto;
 	}
 	.gallery-css .gallery-item a{
 		display: block;
 		padding: 2px;
 		border-radius: 5px;
 		transition: all .4s;
		-moz-transition: all .4s;	/* Firefox 4 */
		-webkit-transition: all .4s;	/* Safari 和 Chrome */
		-o-transition: all .4s;	/* Opera */
 	}
/*  	@media (min-width:480px) {
 		.gallery-css .gallery-item{
	  		width: 50%;
	  	}
 	}
 	@media (min-width:992px) {
	  	.gallery-css .gallery-item{
	  		width: 33.3333%;
	  	}
 	}
 	@media (min-width:1120px) {
	  	.gallery-css .gallery-item{
	  		width: 25%;
	  	}
 	} */
 
 .inputList-split-line{
	width:100%;
	height:1px;
	border-bottom:5px dashed #000;
	margin-bottom:10px;
	margin-top:10px;
}    	

.gallery-css .gallery-description {
	position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
	text-align:center;
}

.gallery-css .gallery-img-div{
	position: relative; 
	overflow: hidden;
	display:inline-block;
	width:90%;    
	text-align:center;
	
	/* box-shadow: 0 0 10px #ccc;
    border: 2px solid #ccc; */
}

.gallery-title {
	margin-bottom: 20px;
}
.gallery-title .del-img{
	float: right;
}

.gallery-css .gallery-description2 {
	position: relative;
    z-index: 3;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
	text-align:center;
}