.ajax_preview_img img {
    max-width: 155px;
    max-height: 155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#restricted-fine-uploader {
    padding-top: 1em;
    padding-left: 0px;
    margin-bottom: 20px;
	margin-top:-20px;
}

.photos_div div, .fu_preview_img {
    
    padding: 0px;
    
    width: 155px;
    
    background: white;
    margin-top: 10px;
}
.qq-upload-success div.fu_preview_img img {
    width: 155px;
}

.qq-upload-list li {
margin-right:10px;
margin-bottom:10px;
    float: left;
    background-color: rgb(230,230,230)!important;
    color: #333333!important;
    display: block;
    min-height: 200px;
	border-radius:3px;
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.247), 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent;
}

/*    width: 47%;*/

.qq-upload-button {
background: url("../images/camera.png") no-repeat scroll 52px center rgb(38, 38, 38);
margin-bottom: 20px;
border-radius: 3px;
height: 43px;
font-family: 'roboto slab';
font-size: 1.4em;
padding-top: 30px;
}

.qq-upload-file {
    width: 145px;
    height: 1em;
    display: block;
    overflow: hidden;
}

.qq-uploader {
    width: 100%;
}
#restricted-fine-uploader .alert-error{
  padding: 1em;
display: inline-block;
width: 91%;
position: relative;
border-radius: 3px;
color: rgb(255, 255, 255);
font-family: 'roboto slab';
background: url("../images/warning.png") no-repeat scroll 10px rgb(38, 38, 38);
padding-left: 70px;
margin-top:12px;
}

li.qq-upload-success
{
    position: relative;
}

li.qq-upload-success div.primary_image,
li.qq-upload-success div.primary_image a{
    height: 0px;
    width: 0px;
    background-position: 30px 0;
    top: 0;
    position: absolute;
    background-image: url(../images/split.png);
    right: 0px;
}
li.qq-upload-success div.primary_image.over {
    background-position: 30px 0;
    height: 30px;
    width: 30px;
}

li.qq-upload-success div.primary_image.primary {
    height: 30px;
    width: 30px;
    background-position: 0px 0!important;
}

.primary_image{
    cursor: pointer;
}
li.qq-upload-success div.primary_image a{
    width: 30px;
    height: 30px;
    display: block;
    background-image:none;
}