.thumbs_list {
    height: 178px;
    margin-top: 10px;
    overflow: hidden;
    width: 78px;
}
.thumbs_list_frame  {
    padding: 0 !important;
}
.thumbs_list_frame li {
    margin-bottom: 10px;
}

.product-block {
    background-color: #ffffff;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.thumb_more_info {
    background-color: #fff;
    border-color: #eaeaea #eaeaea #eaeaea -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 2px 2px 2px 0;
    height: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0 ;
    top: -2px;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: 4000;
    padding: 20px 5px;
}
.product-block:hover .thumb_more_info {
    opacity: 1;
    right: -78px;
    width: 78px;
    border-color: #000;
}
.producttabs .last.product-col .thumb_more_info  , 
.carousel  .last.product-col .thumb_more_info {
    right:auto ;
    left: 0 ;
    border-color: #eaeaea -moz-use-text-color #eaeaea #eaeaea;
    border-image: none;
    border-style: solid none solid solid ;
    border-width: 2px 0 2px 2px;
}

.producttabs .last.product-col .product-block:hover  .thumb_more_info , 
.carousel .last.product-col .product-block:hover .thumb_more_info {
    opacity: 1;
    left: -78px;
    width: 78px;
    border-color: #000;
}
.thumb_more_info .view_scroll_left {
    left: 38px;
    position: absolute;
    top: 0;
}
.thumb_more_info .view_scroll_right {
    bottom: 0;
    left: 38px;
    position: absolute;
}
.ves-hover-image {width: 100% ; opacity:0.3 ;}
.ves-hover-image:hover { opacity:1 ;}