#gallerylist{
    width: 100%;
}

#gallerylist ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 0;
}

#gallerylist ul li{
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin: 10px; 
}

#gallerylist ul li div.product_item {
    overflow: hidden;
}

#gallerylist ul li div.product_item a.product_image {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

#gallerylist ul li div.product_item img {
    height: 160px;
    width: 240px;    
    border: 2px solid white;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#gallerylist ul li div.product_item a.product_image img:hover{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

#gallerylist ul li div.product_item a.product_image:hover:before {
    content:"VER";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px; 
    display: block;
    width: 50px;
    height: 50px;
    color: #A0853F;
    font-size: 30px;
}

#gallerylist ul li div.product_info {
    overflow: auto;
    margin: 0 0 30px;
    background: #f7f7f7;
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff));
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}

#gallerylist ul li div.product_name {
    font-family: "Open Sans Light", Arial, sans-serif;
    padding: 15px 0;
    font-size: 10px;
    color: #8e8e8e;
    text-transform: uppercase;
}

.product_name a {
    color: #8e8e8e; 
    text-decoration: none;
}

.product_price {
    float: left;
    padding: 5px 0 0 0;
}

.product_price .money {
    font: normal 16px 'Arial';
    color: #3f3f3f;
}

.product_price .compare-at-price {
    padding: 0 0 0 3px;
    font: bold 12px 'Arial';
    color: #bbb;
    text-decoration: line-through;
}

.product_links {
    float: right;
    
}

.product_links a {
    display: inline-block;
    font: normal 12px 'Arial';
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    width: 33px;
    height: 33px;
    line-height: 33px;
    padding: 0; 
}

a.btn-cart {    
    margin: 0 5px 0 0;  
    background: #F3D891;
    background: -webkit-linear-gradient(top, #F3D891 0%,#ccaa51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3D891), color-stop(100%,#ccaa51));
    background: -moz-linear-gradient(top, #F3D891 0%, #ccaa51 100%);
    background: -ms-linear-gradient(top, #F3D891 0%,#ccaa51 100%);
    background: -o-linear-gradient(top, #F3D891 0%,#ccaa51 100%);
    background: linear-gradient(to bottom, #F3D891 0%,#ccaa51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3D891', endColorstr='#ccaa51',GradientType=0 );
}

a.btn-cart img {
    width: 20px !important;
    height: auto !important;
    vertical-align: middle;
}

a.btn { 
    background: #424242;
    background: -webkit-linear-gradient(top, #424242 0%,#313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#313131));
    background: -moz-linear-gradient(top, #424242 0%, #313131 100%);
    background: -ms-linear-gradient(top, #424242 0%,#313131 100%);
    background: -o-linear-gradient(top, #424242 0%,#313131 100%);
    background: linear-gradient(to bottom, #424242 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#313131',GradientType=0 );    
}

div.listnav{
    width: 90%;
    margin:0;
    padding:0px 5% 20px;
    text-align: right;
}

div.listnav a{
    display: inline-block;
    margin:0 5px;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 12px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #333;
    color: white;
}

div.listnav a:hover{
    background-color: #222;
}

div#status_wrap {
    width: 90%;
    padding: 10px 5%;
    text-align: right;
}

a#back {
    font-family: "Open Sans Condensed Light", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-top:100px;
    padding: 10px;
    background-color: #EEE;
    color: #000;
}

a#back:hover {
    background-color: #DDD;
}

.video_thumb {
    margin: 0 20px;    
}

.video_thumb img {
    height: 90px;
    width: auto;
}


@media screen and (max-width: 1200px){

    .product_links a {
        font: normal 8px 'Arial';
        width: 23px;
        height: 23px;
        line-height: 23px;
    }

    a.btn-cart img {
        width: 15px !important;
    }
}

@media screen and (max-width: 980px) {  
    #gallerylist{
        width:100%; 
        padding-left: 0;
        padding-right: 0;
    }
    #gallerylist ul li, #gallerylist ul li.middle_item {
        min-width: 220px;
    }
}

@media screen and (max-width: 320px) {
    #gallerylist ul li, #gallerylist ul li.middle_item {    
        width: 90%;
        min-width: initial;
    }
}