.tab-nav { margin: 0; padding: 0;
position: relative;
text-align: center; }
.tab-nav:after {
    background: none repeat scroll 0 0 #E8E8E8;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 1;
}

.producttabs { border: 0;
padding: 0 20px; }
.nav-tabs > li.active:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #EB574C;
    bottom: -6px;
    content: "";
    display: inline-block;
    left: 43%;
    position: absolute;
}
.nav-tabs > li {
    left: 39%;
    position: relative;
    top: 15px;
    z-index: 9;
}
.nav-tabs > li > a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    margin-right: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.nav-tabs > li{
	margin-right: -1px;
}
.nav-tabs > li.active {
    margin-top: -1px;
    margin-right: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a {
    color: #000000;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
/*     padding-bottom: 9px;
border: 1px solid transparent; */
}
.nav-tabs > .active > a:after{
    border-color: #EB574C transparent transparent;
}

.box-products { position: relative; }
.box.producttabs .item { border-bottom: 0; }
.producttabs .nav { 
	padding: 0; margin: 0; 
	background: none transparent; height: auto; line-height: normal;
    border: none;}
.nav-tabs > li > a { 
	position: relative; 
	z-index: 1;
	top:0; 
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { 
	border: medium none;
    color: #FFFFFF;
    cursor: default;
    padding-bottom: 12px;
    padding-top: 7px;
    z-index: 9;
    transition: all 300ms ease-in-out 0s;
    background-color: #EB574C;
    font-weight: bold;
}
.producttabs a.carousel-control { 
    background: url("../image/default/carousel_control.png") #FFFFFF;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0 0 0 0;
    display: block;
    height: 30px;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    width: 20px;
}
.producttabs a.left{
    background-position: left 2px;
    left:-15px;
}
.producttabs a.right{
	background-position: -19px top;
	right:-15px;

}
.producttabs a.left:hover{
    background-position: -1px bottom;
}
.producttabs a.right:hover{
	background-position: -19px -33px;
}
.carousel-control:hover, .carousel-control:focus {
    color: #EB574C;
    text-decoration: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {background-image: none; }
