﻿ul.imageList
{
    -webkit-padding-start: 0px;
}

ul.imageList li 
{
    float: left;
    width: 170px;
    height: 383px;
    text-align: center;
    background: url(/image/iphone-white.png) no-repeat center top;
    margin-left:10px;
    margin-right:10px;
}

ul.imageList li input
{
    display:none;
}

.selected
{
    background: url(/image/iphone-black.png) no-repeat center top !important;
}