#main .jcarousel-item ul {
	float: left;
	display: inline;
}




/* carousel styles */
.jcarousel-clip {
    width: 310px;
	height: 245px;
}

.jcarousel-container {
	padding-bottom: 15px;
}


/* buttons */
.jcarousel-skin-sectionGallery .jcarousel-next-horizontal {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 145px;
    height: 15px;
    cursor: pointer;
    background: url(sectionGalleryBtRight.gif) no-repeat;
}

.jcarousel-skin-sectionGallery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-sectionGallery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-sectionGallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -15px;
}

.jcarousel-skin-sectionGallery .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 1px;
    right: 147px;
    width: 145px;
    height: 15px;
    cursor: pointer;
    background: url(sectionGalleryBtLeft.gif) no-repeat;
}


.jcarousel-skin-sectionGallery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-sectionGallery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-sectionGallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -15px;
}

/* fix IE6
* html .jcarousel-skin-sectionGallery .jcarousel-next-horizontal {
    right: -1px;
} */
