/**
 * $Id: jquery.jcarousel.css 5229 2007-06-06 08:32:05Z fpaz $
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    -moz-border-radius: 10px;
}

.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
	padding:0;
    float: left;
    list-style: none;
    background:none;
}

.jcarousel-next {
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


/* Home Page Specific Fix */
.item-thumbnails .jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.item-thumbnails .jcarousel-list li {
	padding:0;
    float: left;
    width:132px;
    list-style: none;
    background:none;
}
