/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	margin: 0; 
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
	margin: 0; 
	padding: 0;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 308px;
    height: 109px;
	background-image: none
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
	margin: 0; 
}

.jcarousel-prev {
    z-index: 3;
    display: none;
	margin: 0; 
}



/* --------------------------------- STYLES FROM SKIN -------------------------------------- */

.jcarousel-skin-seatcars {
	width: 308px;
	margin: 0 0 0 8px;
	}


.jcarousel-skin-seatcars .jcarousel-container {
    background: #eee;
	padding: 0;
}

.jcarousel-skin-seatcars .jcarousel-container-horizontal {
    width: 308px;
    padding: 0;
	background: green;
}


.jcarousel-skin-seatcars .jcarousel-clip-horizontal {
    width: 308px;
	height: 152px;
	background: #fff;
}


.jcarousel-skin-seatcars .jcarousel-item {
    width: 308px;
	height: 152px;
	background: #fff;
	position: relative;
	z-index: 20
}

.jcarousel-skin-seatcars .jcarousel-item span.car-title {position: absolute; left: 0; bottom: 0; z-index: 22; width: 308px; height: 41px; line-height: 41px; color: #000; text-align: center; font-size: 12px; text-transform: uppercase; cursor: pointer}


.jcarousel-skin-seatcars .jcarousel-item-horizontal {
	background: #fff;
}


.jcarousel-skin-seatcars .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-seatcars .jcarousel-next-horizontal {
    position: absolute;
    bottom: 5px;
    right: 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-seatcars .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-seatcars .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-seatcars .jcarousel-next-disabled-horizontal,
.jcarousel-skin-seatcars .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-seatcars .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-seatcars .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 5px;
    left: 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-seatcars .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-seatcars .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-seatcars .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-seatcars .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-seatcars .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/* ---------------------------- SERVICES CAROUSEL --------------------------------- */
#services-carousel {}
#services-carousel a {display: block; width: 308px; height: 152px; font-size: 12px; position: relative; z-index: 10}

#services-carousel a img {position: absolute; z-index: 12; left: 0; top: 0; cursor: pointer}

#services-carousel a span.carousel-title {display: block; padding: 0 30px; color: #ff0000; line-height: 1.3; font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; cursor: pointer}
#services-carousel a span {position: absolute; z-index: 14; left: 0; bottom: 47px; display: block; padding: 0 35px; color: #000; line-height: 1.3; cursor: pointer}