#carousel-slider1{
    width: 298px;
    position: relative;
}

#carousel-slider2{
    width: 198px;
    position: relative;
}

#carousel-slider3{
    padding: 0 40px 0 0; 

}

#carousel-slider2{

    position: relative;
}

#carousel img{
    width: 139px;
    height: 80px;
    float: left;
    margin: 0 10px;
}

#carousel2 img{
    width: 198px;
    height: 126px;
    margin: 10px 0;
    float: none;
    width: 198px;
}

#carousel3 div{
    width: 362px;
    height: 107px;
    margin: 0;
    float: none;
}

#carousel3 div.in{
}

#carousel3 p.smallFont{
    font-size: 0.9em;
    text-align: right;
    line-height: 1.6em;
    color: #9b9b9b;
    margin-top: 7px;
}

#carousel3 p{
    margin: 0;
    padding: 0;
    width: 362px;
    font-size: 11px;
    line-height: 1.8em;
}

#carousel3 img{
    width: 100px;
    height: 100px;
    margin:  0 10px 0 0;
    float: left;
}

#next{
    height: 48px;
    width: 69px;
    background: url('btn_next.png') no-repeat;
    position: absolute;
    right: 5px;
    top: 109px;
}

#prev{
    height: 48px;
    width: 69px;
    background: url('btn_left.png') no-repeat;
    position: absolute;
    right: 5px;
    top: 40px;
}

#next:hover{
    background: url('btn_next_hover.png') no-repeat;
}

#prev:hover{
    background: url('btn_prev_hover.png') no-repeat;
}

#pager {
    position: absolute;
    top: -30px;
    right: 0;
}
#pager a {
    background: #242424;
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-borde-radius: 50%;
    margin: 0 5px 0 0;
}
#pager a.selected {
    background: #ff6600;
}
