﻿#gallery_thumbs{
    position: relative;
    min-height: 1px;
    margin: 0 -20px 0 0;
    padding:0;
}* html #gallery_thumbs{ height: 1px; } #gallery_thumbs:after{ content: "."; height: 0; display: block; clear: both; visibility: hidden;} 

#gallery_thumbs .gallery-li {
    list-style:none;
    padding:2px;
    float: left;
    margin: 0 5px 10px 0;
    height:530px;
    width:215px;
    position:relative;
    font-size:12px;
    background:url(shop-background.jpg) no-repeat center bottom;

}

#gallery_thumbs .thumb{
    display: block;
    width: 213px;
    height: 213px;
    padding:0;
    border:1px solid #ccc;
}


#gallery_thumbs .title {
    font-weight:bold;  
    font-size:14px;  
}

#gallery_thumbs .order-now {
    display:block;
    width:130px;
    height:40px;
    background:url(order-now.gif) no-repeat;
    text-indent:-9000px;
    text-transform:uppercase;
    left:45px;
    bottom:15px;
    position:absolute;
    
    
}

.gallery-li div {
    margin:5px;

}