/* Reset */
* { margin: 0; padding: 0;}

img {
    border: 0;
}

#imageContainer {    
    width:180px;
    width:110px;
    position:relative;
    float: left;
}

#imageContainer img {
    max-width: 180px;
    max-height: 110px;
    text-align:center;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    cursor:hand;
    cursor:pointer;
}
