.carousel_tabs{ display:block; float:left; position:relative; c}


.tabs {
width:300px;
display:block; float:left;
    margin: 0;
    padding: 0;
}
.tabs_contents{ overflow:hidden;}
.tabs { position:absolute; bottom:0; z-index:100
}

.tabs div {
display:block;
 width:100px;
    float: left;
    height: 120px;
    padding: 0px;
}

.tabs a { display:block; text-align:left; color:#666; text-decoration:none; font-size:0.8em; float:left;background-image:url(../images/bkgd_tabs_carousel.gif); background-repeat:no-repeat; height:90px; width:90px; padding:30px 5px 0 5px
}
.tabs a img { border:2px solid #fff
}
.tabs a:hover img { border:2px solid #023557
}
.tabs a.carousel-selected { font-weight:bold; background-image:url(../images/bkgd_tabs_carousel_h.gif); background-repeat:no-repeat;  z-index:1200; color:#fff
}

div.tabs {
    margin: 0;
    background-color: #666;
    height: 100px;
    overflow: hidden;
}

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

div.inner-tabs {
    width: 1600px;
    height: 330px;
	overflow:hidden
}

div.tab {
    float: left;
    width: 300px;
    height: 173px;
    padding: 0;
}

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

.carousel {
    overflow: hidden;
}

.carousel .inner {
    
}

.carousel .middle {
    overflow: auto;
}


/* Example 1 ---------------------------------- */

.example-wrapper {
    width: 240px;
    height: 205px;
}

.example-content  {
    height: 185px;
}

.example-content .slide {
    width: 240px;
    height: 252px;
    padding: 0;
    float: left;
}

#tab-1 .controls {
    background-color: #AAC8FF;
    border: 1px solid #AAC8FF;
    border-top: 0;
    border-bottom: 0;
    padding: 7px 9px;
    margin-top: 5px;
}

#tab-1 .controls a {
    font-weight: bold;
}

.table-example-1 {
    margin-top: 10px;
    background-color: #AAC8FF;
    width: 100%;
}

.table-example-1 tr th,
.table-example-1 tr td {
    padding: 5px;
}

.table-example-1 tr td {
    background-color: #FFF;
}


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

#example-2 {
    background-color: #E8F0FF;
    border: 1px solid #AAC8FF;
    width: 598px;
    height: 128px;
    margin-top: 15px;
}

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

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

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

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

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

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


/* Example 3 ---------------------------------- */

#example-3 {
    background-color: #E8F0FF;
    border: 1px solid #AAC8FF;
    width: 600px;
    height: 223px;
}

#example-3 .middle {
    height: 240px;
}

#example-3 .slide {
    width: 578px;
    height: 200px;
    padding: 10px;
    float: left;
}

#tab-3 .controls {
    background-color: #AAC8FF;
    border: 1px solid #AAC8FF;
    border-top: 0;
    border-bottom: 0;
    padding: 7px 9px;
    margin-top: 5px;
}

#tab-3 .controls a {
    font-weight: bold;
}

.table-example-3 {
    margin-top: 10px;
    background-color: #AAC8FF;
    width: 100%;
}

.table-example-3 tr th,
.table-example-3 tr td {
    padding: 5px;
}

.table-example-3 tr td {
    background-color: #FFF;
}/* CSS Document */

/* vignette ---------------------------------- */

#vignette {
    width: 598px;
    height: 240px;
}

#vignette .middle {
    height: 240px;
}

#vignette .slide {
    width: 100px;
    /*height: 200px;*/
    padding: 0;
	margin:5px;
    float: left;
}


.slide_content{ display:block; float:left; }
.slide_content h4{ padding:0 0 2px 0; margin:0}

.slide_content .text{display:block; float:left; width:94%;  color:#fff; padding:40px 3% 10px 3% ;height:200px;  background-color:#77ad1a;overflow:hidden}




.slide_content_hover{ display:block; float:left}
.slide_content_hover h4{ padding:0 0 2px 0; margin:0}
.slide_content_hover .media{ display:block; float:left; width:100%; height:180px; overflow:hidden}
.slide_content_hover .text{display:block; float:left; width:94%;  color:#fff; padding:40px 3% 10px 3%;height:200px;  background-color:#77ad1a;overflow:hidden}

