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

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

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

#ui-carousel-next, #ui-carousel-prev
{
    margin: 0 8px;
    text-align: center;
    padding: 0;
    background: url(images/btn_sliderGreySmlPrev.gif) #fff center center no-repeat;
}

#ui-carousel-next
{
    right: 0;
    background-image: url(images/btn_sliderGreySmlNext.gif);
}

a:link, a:visited, a:hover, a:active
{
}

#content a:link, #content a:visited, #content a:hover, #content a:active
{
    color: #ff5c43;
}

em
{
    font-style: italic;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
