.friendshiplink {
    /* height: 100px; */
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.employmentcontainer {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.friendshiplink span {
    margin-right: 17px;
}
.wgt_slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.wgt_slide li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.wgt_slide li:first-child {
    position: relative;
    display: block;
    float: left;
}

.wgt_slide img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


.wgt_slide a{
    display: block;
    position: relative;
}
.wgt_slide_tabs {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    list-style: none;
    padding: 0;

    font-size: 18px;
    list-style: none;

    text-align: center;
    width: 100%;
}

.wgt_slide_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}

.wgt_slide_tabs a {
    width: auto;
    line-height: 20px;
    padding: 3px 9px;
    height: auto;
    background: #fff;
    border-radius: 50%;
    display: inline;
}

.wgt_slide_tabs li:first-child {
    margin-left: 0;
}

.wgt_slide_tabs .wgt_slide_here a {
    background: #f90;

    color: #fff;
    font-weight: bold;
}


.wgt_slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.wgt_slide_nav:active {
    opacity: 1.0;
}

.wgt_slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
