#snowscootImages > header{
    padding:0.5em;
    color:#006633;
    border-bottom:1px dashed #999;
}

#snowscootImages > header h1:before{
    content:"■";
}

#snowscootImages > .content{
    margin:1em;
}

#snowscootImages .image{
    display:inline-block;
    /display:inline;
    /zoom:1;
    width:80px;
    margin:0.25em;
    border:1px solid #666;
}

#snowscootImages .image:hover{
    border-color:red;
}

#snowscootImages .image img{
    width:100%;
}
