#container{
    width: 600px;
    margin: 0 auto;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select:none;
    user-select:none;
    cursor: default;
}
#prod-pic, #desc{
    float: left;
}
#prod-pic{
    margin: 20px 20px auto 10px;
    padding: 0;
}
#cup{
    box-shadow: 1px 1px 2px #eee;
    outline: 1px dashed #ccc;
    outline-offset: -7px;
}
#small-pic{
    margin-top: 20px;
    list-style: none;
    padding: 0;
}
.small{
    width: 60px;
    height: 60px;
    border-radius: 10%;
    border: 2px solid white;
    transition: 0.25s;
}
#small-pic img:hover{
    border: 2px solid black;
    cursor: pointer;
    border-radius: 10%;
    transition: 0.25s;
}
#now{
    border: 2px solid black;
    border-radius: 10%;
    transition: 0.25s;
}
#desc{
    width: 300px;
    padding-top: 20px;
    margin-bottom: 50px;
}
#desc button{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
}
#desc ul{
    list-style: none;
}
#desc li{
    font-size: 0.9em;
    line-height: 1.8;
}
