#ms__uploadPic_basicThumbnails{
    position: relative;
    width: 100%;
    height: 110px;
    left: 0px;
    bottom: -18px;
    text-align: center;
    padding: 0px;
}
#ms__uploadPic_basicThumbnails .msUploadImgs .displayimg img {
    width: 100%;
    height: 100%;
    background-color: #fff;
 }
 #ms__uploadPic_basicThumbnails .msUploadImgs{
	margin: 0;
	padding: 0;
	list-style: none;
	
   	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	z-index: 10;
}
#ms__uploadPic_basicThumbnails .msUploadImgs li {
    list-style: none;
    float: left;
    text-align: center;
	
    width: 110px;
    height: 100%;
    position: relative;
}
#ms__uploadPic_basicThumbnails .msUploadImgs li span {
	cursor: pointer;
    color: white;
    font-size: 40px;
    border-radius: 50%;
    background-color: red;
    height: 21px;
    width: 21px;
    line-height: 15px;
    top: 0px;
    right: 0px;
    z-index: 13;
    position: absolute;
}
#ms__uploadPic_basicThumbnails .msUploadImgs li span a{
	display: block;
    width: 100%;
    height: 100%;
}
#ms__uploadPic_basicThumbnails .msUploadImgs li span a i{
    text-align: center;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    font-style: normal;
}
#ms__uploadPic_basicThumbnails .msUploadImgs .displayimg{
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
} 
#ms__uploadPic_basicThumbnails .divUploader{
    clear: both;
    position: absolute;
    z-index: 12;
}
#SWFUpload_0{
	width: 86px;
}
