.ui-carousel {
    height: 100px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative; /*for ie7 to work e.g in html carousels*/
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
    border: 0;
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px;
}

#carousel-outer {
    position:relative;
    width: 1000px;
    margin: 0 auto;
    overflow:hidden;
    padding:20px 0;
    
}
#carousel-outer h2 {
    padding:0 0 15px 40px;
    border-bottom:2px solid #006898;
}
#carousel-outer h2 a {
    color:#006898;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}
#carousel-outer h2 a:hover {text-decoration:underline;}

#ui-carousel-next, #ui-carousel-prev {
    background: url(../images/arrow-left.png) #fff center center no-repeat;
    width: 40px;
    height: 190px;
    display: block;
    position: absolute;
    top: 80px;
    z-index: 100;

}

#ui-carousel-next {
    background: url(../images/arrow-right.png) #fff center center no-repeat;
}

#ui-carousel-next span, #ui-carousel-prev span {
    margin-top:140px;
}
#carousel-left, #carousel-right {
    
}
#carousel-left {
    float:left;
    margin-left:60px;
    width:440px;
    height:180px;
    -webkit-box-shadow: 0 0 5px #E2E2E2;
    -moz-box-shadow: 0 0 5px #E2E2E2;
    box-shadow: 0 0 5px #E2E2E2;
}
#carousel-left img {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#carousel-right {
    width:410px;
    height:160px;
    margin-left:500px;
    margin-right:60px;
    padding:10px 15px;
    font-size:18px;
    text-shadow:0 1px 2px #6BAFCE;
    color:#F7FCFC;
    background:#6BAFCE;
    -webkit-box-shadow: 0 0 5px #6BAFCE;
    -moz-box-shadow: 0 0 5px #6BAFCE;
    box-shadow: 0 0 5px #6BAFCE;
    text-align:justify;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#carousel-right #link {text-align:center;}

#carousel-right #link a {
    color:#D6FCFB;
    text-decoration:none;
    text-shadow:0 1px 2px #46ADB2;
    font-size:22px;
    font-style:normal;
    font-weight:bold;
}
#carousel-right #link a:hover {
    text-shadow:0 1px 5px #BAF8F6;
}
#ui-carousel-next {
    right: 0;
}
#ui-carousel-prev {
    left: 0;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
    display: none;
}

#pages {
    margin: 15px auto 0;
    width:240px;
}
.bullet {
    background: url(../images/page-off.png) center center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
    float: left;
}

