/* Tiny Carousel */
.slider1 {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 5px 40px 10px;
}

.slider1 .viewport {
    height: 170px;
    /*height: 125px;*/
    overflow: hidden;
    position: relative;
}

.slider1 .buttons {
    background: #85d0ff;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

.slider1 .next {
    right: 0;
    left: auto;
    /*top: 40%;*/
    /*top: 50%;*/
}

.slider1 .buttons:hover {
     color: #008dff;
     background: #def1f6;
     /*background: #fff;*/
 }

.slider1 .disable {
    visibility: hidden;
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100px;
    /*width: 240px;*/
    left: 0;
    top: 0;
}

.slider1 .overview li {
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 5px 14px 0 0;
    padding: 1px;
    height: 20px;
    border: 1px solid #d7d7d7;
    background: #f4f4f4;
    /*border: 1px solid #dcdcdc;*/
    width: 120px;
    height: 160px;
    /*width: 236px;*/
 }

.LeftBar{
    float: left;
    width: 650px;
    border: solid 0px #000099;
    margin: 0px 0 15px 20px;

}
.LeftBarInside{
    padding:8px;
    margin: 20px 0px 0px 0px;
    width: 620px;
}

.RighttBar{
    float: left;
    width: 270px;
    border: solid 0px #000099;
    margin: 0px;

}
.RighttBarInside{
    padding:8px;
    margin: 20px 0px 0px 0px;
    width: 250px;
}

.concern .conInside{
    clear: both;
    width: 200px;
    height: 94px;
    margin: 10px auto ;
    text-align: center;
    vertical-align: middle;
    border: solid #b8babe 1px;
    background: #e6e8ec;

}

.concern img{
    width: 130px;
    margin: 5px;
}



