* {
    outline: none;
}

img {
    border: 0;
}

a img {
    display: block;
}

div.tab {
    float: left;
    width: 500px;
    margin-left: 15px;
}

.carousel {
    overflow: hidden;
}

.carousel .inner {
    
}

.carousel .middle {
    overflow: auto;
}


/* Example 2 ---------------------------------- */

#example-2 {
    background-color: #FFF;
    border: 1px solid #26638d;
    width: 498px;
    height: 128px;
}

#example-2 .middle {
    float: left;
    width: 412px;
    height: 150px;
}

#example-2 .inner img {
    float: left;
}

#example-2 a {
    float: left;
    width: 41px;
    height: 128px;
    background-color: #26638d;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 120px;
}

#example-2 a.next {
    float: right;
}

#example-2 a:link, a:visited {
    color: #cfd6e4;
}

#example-2 a:hover, a:active {
    color: #FFF;
}
