﻿.ProductImageList {
    width:1050px;
}

.ProductImageList li{
    list-style:none;
    width:190px;
    border:1px solid #e4e4e4;
    margin:5px;
    float:right;
    height:200px;
}

.ProductImageList li img{
    width:188px;
     height:170px;
}

.ProductImageList li div{
    margin:5px;
}

#Uploader input{
    margin-top:5px;
}

.PropItem{
    margin:5px;padding:5px;
    border:1px dotted #e4e4e4;
}