
.wt_next_prev_product{position: relative;  margin-right:50px; }
.wt_next_prev_product .button{padding: 12px 20px; border: 1px solid #f2f2f2; top: -40px; background: none; position: absolute;}
.wt_next_prev_product .button span{background: url(../img/bkg_next_prev.png) no-repeat;  top: 5px; right: 8px; position:absolute; transition: all 0.2s ease 0s; height: 15px; width: 22px; }
.wt_next_prev_product .button_next{right: 0;}
.wt_next_prev_product .button_next span{background-position: 0 100%; }
.wt_next_prev_product .button_next:hover span{background-position: 100% 100%;}


.wt_next_prev_product .button_prev{right: 50px;}
.wt_next_prev_product .button_prev span{background-position: 0 0;}
.wt_next_prev_product .button_prev:hover span{background-position: 100% 0;}



.wt_next_prev_product  .content{opacity:0; visibility: hidden; padding: 10px 15px; border: 1px solid #f2f2f2; z-index: 888; max-width: 180px; background:#fff; right: 0; position: absolute; top: -14px;}
.wt_next_prev_product  .content .product-name{font-family:'Abril Fatface'; text-transform: uppercase; letter-spacing: 2px; font-weight: 300; margin: ; font-size: 12px;}
.wt_next_prev_product .next_product:hover .content{opacity: 1;  visibility: visible;  transition: all 0.4s ease 0s;}
.wt_next_prev_product .prev_product:hover .content{opacity: 1;  visibility: visible; transition: all 0.4s ease 0s;}