

h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    font-size: 12px;
    font-style: italic;
}

h3 {
    font-size: 12px;
}

a {
    color: #0000a8;
}

ul {
    list-style-type: none;
    margin-top: 10px;
}

ul li {
    display: inline;
}

#main {
    width: 600px;
    padding: 15px 15px 0 15px;
    margin: 50px auto 0 auto;
    background-color: #E8F0FF;
    border: 1px solid #808ea8;
}

#container {
    border: 1px solid #808ea8;
}

img {
    border: 0;
}

a img {
    display: block;
}

ul.tabs {
    margin: 20px -15px 0 -15px;
    border-bottom: 1px solid #808ea8;
    height: 26px;
    padding: 0 15px;
}

ul.tabs li a {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #808ea8;
    margin-right: 3px;
    margin-bottom: -1px;
}

ul.tabs li a.carousel-selected {
    background-color: #c2d7ff;
    border-bottom-color: #c2d7ff;
}

div.tabs {
    margin: 0 -15px 0 -15px;
    background-color: #c2d7ff;
    height: 310px;
    overflow: hidden;
}

div.middle-tabs {
    width: 650px;
    overflow: auto;
}

div.inner-tabs {
    width: 1910px; /* 630*n + 20 */
    height: 330px;
}

div.tab {
    float: left;
    width: 600px;
    height: 280px;
    padding: 15px;
}

div.tab p {
    padding-bottom: 7px;
    line-height: 16px;
}

.carousel {
    overflow: hidden;
}

.carousel .inner {
    
}

.carousel .middle {
    overflow: auto;
}




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

#example-2 {
   width: 994px;
    height: 128px;
    margin-top: 15px;
}

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

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

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

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

#example-2 a:hover {
    color: #FFFFFF;
}

#tab-2 ul li {
    display: block;
    padding-bottom: 5px;
}



