ul#boutique {
    margin: 0 auto;
}
body #boutique li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/loading.gif") no-repeat scroll center center #EEE3DB;
    border-color: #F5EEE9 #D0C2B6 #D0C2B6 #F5EEE9;
    border-style: solid;
    border-width: 1px;
}
#boutique h6 {
    color: #222222;
    font-family: sans-serif;
    font-weight: normal;
    line-height: 130%;
    margin: 0;
}
#boutique span {
    background: none repeat scroll 0 0 #EEE3DB;
    color: #444444;
    font-family: Verdana,sans-serif;
    line-height: 120%;
    margin: 0;
    padding: 10px 15px 14px;
}
#boutique .front {
    margin-top: 40px;
}
#boutique .front img {
    margin: 6px;
}
#boutique .front h6 {
    font-size: 28px;
}
#boutique .front span {
    font-size: 11px;
}
#boutique .behind {
    margin-top: 20px;
}
#boutique .behind img {
    margin: 3px;
}
#boutique .behind h6 {
    font-size: 18px;
}
#boutique .behind span {
    font-size: 9px;
}
#boutique .back {
    margin-top: 0;
}
#boutique img {
    margin: 1px;
}
#boutique .back h6 {
    font-size: 13px;
}
#boutique .back span {
    font-size: 9px;
}
#boutique {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
#boutique li {
    border-width: 0;
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
}
#boutique img {
    border: 0 none;
    vertical-align: bottom;
}
#boutique span {
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
}
#boutique h6 {
    cursor: default;
}
#boutique a {
    cursor: default;
    text-decoration: none;
}
#boutique img, #boutique li, #boutique a {
    -moz-user-select: none;
}