.ma-tabsproduct-contain {
    float: left;
    clear: both;
    width: 100%;
    margin: 40px 0 0;
}
.ma-tabsproduct-contain .tabs-title li {  }
.ma-tabsproduct-contain .tabs-title li:last-child { background: none;}
.ma-tabs-title {
    float: left;
    width: 100%;
}
.ma-tabsproduct-contain .tabs-title {    float: left;  width: 100%; padding: 0; margin: 0;}
.ma-tabs-title li {
    float: left;
    margin-left: 5px;
    list-style: none;
}
.ma-tabs-title li.first {
    margin-left: 0;
}
.ma-tabs-title a {
    float: left;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    color: #888888;
    padding:12px 22px;
    background: #efefef;
    font-family: 'helveticaneue';
    text-transform: uppercase;
}
/*.ma-tabs-title li.active a, .ma-tabs-title a:hover {*/
/*    color: #f47b7b;*/
/*}*/
.ma-tabs-content {
    float: left;
    width: 100%;
    clear: both;
	position: relative; 
}


.ma-tabs-content .slides, .ma-tabs-content .flex-control-nav, .ma-tabs-content .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.ma-tabs-content .flex-direction-nav li {
margin-right: 30px;
text-align: center;
float: left;
list-style: none;
}
.ma-tabs-content .flex-direction-nav a {
width: 25px;
height: 61px;
margin: -25px 0 0;
display: block;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
}
.ma-tabs-content .flex-direction-nav a {
}
.ma-tabs-content .flex-direction-nav  .flex-prev {
left: -25px;
background:url(../images/arrow-left.jpg) no-repeat left; width:25px; height:61px;
}
.ma-tabs-content:hover .flex-direction-nav a {
display: block;
}
.ma-tabs-content:hover .flex-next:hover, .ma-tabs-content:hover .flex-prev:hover {
opacity: 1;
}
.ma-tabs-content  .flex-direction-nav .flex-next {
background:url(../images/arrow-right.jpg) no-repeat left; width:25px; height:61px;

right: -25px;
}
