#thumbImage  {
    padding: 10px 8px 10px 8px;
    position: relative;  
    width:260px;
    width: 240px !important;
}

#thumbImage .prev-thumb{float: left;margin: 0;cursor: pointer;width: 22px;height: 26px;background:transparent url(/img/thumbnail.gif) no-repeat scroll 0 0;}
#thumbImage .next-thumb{float: left;margin: 0 0 0 4px;cursor: pointer;width: 22px;height: 26px;background:transparent url(/img/thumbnail.gif) no-repeat scroll -25px 0;}

#thumbImage .prev-thumb-hover{background:transparent url(/img/thumbnail.gif) no-repeat scroll 0 -27px}
#thumbImage .next-thumb-hover{background:transparent url(/img/thumbnail.gif) no-repeat scroll -25px -27px}

#thumbImage .prev-thumb-click{background-image:url("/img/thumb_previous_click.gif")}
#thumbImage .next-thumb-click{background-image:url("/img/thumb_next_click.gif")}

#thumbImage .prev-thumb-disabled {float: left;margin: 0;cursor: default;width: 22px;height: 26px;background:transparent url('/img/thumbnail.gif') no-repeat 0 -56px;}
#thumbImage .next-thumb-disabled {float: left;margin: 0 0 0 4px;cursor: default;width: 22px;height: 26px;background:transparent url('/img/thumbnail.gif') no-repeat -25px -56px;}
              
#thumbImage .jCarouselLite {
    float: left;
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

#thumbImage ul {margin: 0;}
#thumbImage li {
    width: 43px;
    height: 28px;
} 

#thumbImage li img {
    background-color: #fff;
    width: 35px;
    height: 24px;
    margin: 0 5px 0 5px;
} 




#slider {
    float: left;
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
    width:435px;
    height:218px;
}

#slider ul {margin: 0;}
#slider li img {width: 435px; height: 218px;}

#navigator {
    background-image:url(/img/bg_slider_cb2.gif);
    width:435px;
    height:27px;
    margin: 0;
    padding: 0; 
}   

#navigator ul {
    margin: 0px;
    margin-top: 2px;
    height:22px;
    padding: 0; 
    list-style-image: none; 
    list-style-position: outside; 
    list-style-type: none; 
    float: right;
   /* *margin-top: 1px;*/
}

#navigator li{
    margin-right:3px;
    margin-left:2px;
    display: block; 
    float: left;
    margin-top: 2px;
}

#navigator a {
    /*background-color: #F9FFFD;*/
    background:url(/img/bg_pag_cb2.gif);
    display:block;
    width:19px;
    height:18px;
    font-size: 10px;
    border: 0px solid #C3C3C3;
    padding: 0px;
    text-align:center;
    color: #666666;
}

#navigator a:hover {
    /*background-color: #315D7A;*/
    background:url(/img/bg_pag_cb_on2.gif);
    color: #FFFFFF;
}

#navigator a.navigator_act {
    /*background-color: #315D7A;*/
    background:url(/img/bg_pag_cb_on2.gif);
    color: #FFFFFF;
}

.play {
    border: 0;
    padding: 0;
    margin-top: 0px;
    margin-right:4px;
    cursor: pointer;
}
.pause {
    border: 0;
    padding: 0;
    margin-top: 0px;
    margin-right:4px;
    cursor: pointer;
}
