.skin9 .jQueryTabs_nav {
    width : 100%;
}
.skin9 .jQueryTabs_navUL {
    list-style : none;
    width : 100%;
    margin : 0 auto;
    padding : 0;
    display : inline-block;
    height : 40px;
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCED2DE, endColorstr=#FFCED2DE, GradientType=0);
    background-color : rgba(206, 210, 222, 1.00);
}
.skin9 .jQueryTabs_navLink {
    display : block;
    text-decoration : none;
    margin : 0px;
    -webkit-touch-callout : none;
    -webkit-user-select : none;
    -khtml-user-select : none;
    -moz-user-select : none;
    -ms-user-select : none;
    user-select : none;
    background-color : none;
    line-height : 40px;
    height : 40px;
    font-family : Arial, Helvetica, sans-serif;
    text-align : center;
    box-sizing : initial;
    font-weight : 700;
}
.skin9 .jQueryTabs_navLink.hover {
    text-decoration : none;
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFB1B8CA, endColorstr=#FFB1B8CA, GradientType=0);
    background-color : rgba(177, 184, 202, 1.00);
}
.skin9 .jQueryTabs_navLink.hover .jQueryTabs_navSpan {
    color : #000000;
}
.skin9 .jQueryTabs_navLink.hover .jQueryTabs_navImg {
    color : #000000;
}
.skin9 .jQueryTabs_navLI {
    display : block;
    width : 20%;
    float : left;
    box-sizing : border-box;
}
.skin9 .jQueryTabs_navLink .jQueryTabs_navImg {
    vertical-align : middle;
    margin-right : 7px;
    font-size : 16px;
    color : #444444;
}
.skin9 .jQueryTabs_navLink .jQueryTabs_navSpan {
    font-size : 13px;
    color : #444444;
}
.skin9 .jQueryTabs_content {
    transition : height 0.25s ease;
    padding-right : 25px;
    padding-bottom : 25px;
    padding-left : 25px;
    padding-top : 25px;
    margin-top : -4px;
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF, GradientType=0);
    background-color : rgba(255, 255, 255, 1.00);
    border : 1px solid #f26522;
    overflow : auto;
}
.skin9 .jQueryTabs_contentDivs {
    width : 100%;
    margin-left : auto;
    margin-right : auto;
    box-sizing : border-box;
    display : block;
    transition : opacity 0.25s ease;
    opacity : 1;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
}
.skin9 .jQueryTabs_contentDivs.hidden {
    display : none;
}
.skin9 .jQueryTabs_contentDivs .skin_p {
    margin : 0;
}
.skin9 .jQueryTabs_navLink.selected .jQueryTabs_navImg {
    color : #FFFFFF;
    color : rgba(255, 255, 255, 1.00);
    *color : #FFFFFF;
}
.skin9 .jQueryTabs_navLink.selected .jQueryTabs_navSpan {
    color : #FFFFFF;
    color : rgba(255, 255, 255, 1.00);
    *color : #FFFFFF;
}
.skin9 .jQueryTabs_contentDivs.fade-out {
    opacity : 0;
    width : auto;
}
.skin9 .jQueryTabs_contentDivs.fade-in {
    opacity : 1;
}
body {
    margin : 0;
}
.skin9.jQueryTabs_container {
    width : 100%;
}
.skin9 .jQueryTabs_navLink.selected {
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF26522, endColorstr=#FFF26522, GradientType=0);
    background-color : rgba(242, 101, 34, 1.00);
    font-weight : 700;
}
.jQueryTabs_navUL {
    vertical-align : top;
}
.jQueryTabs_navSpan, .jQueryTabs_navImg, a.jQueryTabs_navLink {
    -webkit-transition : all .4s ease;
    -moz-transition : all .4s ease;
    -ms-transition : all .4s ease;
    -o-transition : all .4s ease;
    transition : all .4s ease;
}
a.jQueryTabs_navLink {
    color : transparent;
    outline : none;
}
/*end of skin css*/
 #jQueryTabs1 .jQueryTabs_navLI {
    width : 25%;
}
#jQueryTabs1 .jQueryTabs_contentDivs {
    transition : opacity 0.17s ease;
}
#jQueryTabs1 .jQueryTabs_content {
    transition : height 0.17s ease;
}
@media (max-width:640px) {
    #jQueryTabs1 .jQueryTabs_navUL {
        width : 160%;
        position : relative;
        left : 0px;
    }
    #jQueryTabs1 .jQueryTabs_navLI {
        width : 25.00%;
    }
    #jQueryTabs1 .jQueryTabs_nav {
        overflow : hidden;
    }
}