.leo-more-info {
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    min-height:380px;
    display: none;
    /*overflow: hidden;*/
    float: left;
    text-align: left;
    padding: 5px 5px 10px 5px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}
.leo-more-over{
    position: relative;
    z-index: 0;
}
.leo-more-image{
    opacity: 0;
    left:0;
    top:0;
    position: absolute;
}
.leo-preview {
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    display: none;
    /*overflow: hidden;*/
    float: left;
    text-align: left;
    padding: 5px 5px 10px 5px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}

.leo-preview .col-1 {
    width: 75px;
}
.leo-preview .col-2 {
    width: 260px;
}
.leo-preview .big_image {
    text-align: center;
}
.leo-preview .big_image {
    padding-bottom: 5px;
}
.leo-preview .wrapper-hover {
    padding: 3px 9px 12px;
}
.leo-preview li{
	list-style-type: none;
}
.thumbs_list {
    float: left;
    margin-left: 13px;
    overflow: hidden;
    width: 85px;
    height: 256px;
}
.thumbs_list li {
    cursor: pointer;
    float: left;
    height: 85px;
    width: 85px;
}
.thumbs_list li a {
    border: 1px solid #EDEDED !important;
    display: block;
    margin: 0 1px;
    text-align: center;
}
.thumbs_list ul.thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
}
.view_scroll_spacer{
    
}
.view_scroll_left{
    
}

/* Effect */

.product-additional {
    left: 0;
    position: absolute;
    bottom: -500px;
    width: 100%;
	transition: all ease 0.6s;
	-moz-transition: all ease 0.6s; 
    -webkit-transition: all ease 0.6s; 
    -ms-transition: all ease 0.6s; 
    -o-transition: all ease 0.6s; 
 
}
.product-container .center_block:hover .product-additional{
	bottom: 0;
	transition: all ease 0.6s;
	-moz-transition: all ease 0.6s; 
    -webkit-transition: all ease 0.6s; 
    -ms-transition: all ease 0.6s; 
    -o-transition: all ease 0.6s; 
}
			