/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#carousel-0{
	visibility: visible;
	}
#carousel-1,
#carousel-2,
#carousel-3{
	visibility: hidden;
	}

/* tabbed carousel */
.tabbed-carousel-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    background:transparent url(../images/slider_bg_bottom.gif) no-repeat scroll bottom center;
}

.tabbed-carousels {
    background: #ffffff url(../images/slider_bg_top.gif) no-repeat;
    height:100%;
    overflow:hidden;
    position:relative;
    /*top: 8px;*/
    width:100%;
}

#carousel-0,
#carousel-1,
#carousel-2,
#carousel-3{
    position: absolute;
    /*top: 22px;*/
    left:0px;
}



a.tab{
	color: #7a7a7a;
	clear: both;
	font-size: 0.75em;
	font-weight: bold;
	position: relative;
	margin-left: 25px;
	text-align: center;
}

a.tab:active,
a.tab:focus {
	outline: none
}

a.tab.active{
	color: #5ba1d2;
    z-index: 10;
}
/*a#tab-0{
	left: 25px;
	}
a#tab-1{
	left: 163px;
	}
a#tab-2{
	left: 301px;
	}
a#tab-3{
	left: 439px;
	}
*/

.jcarousel-container {
    width: 550px;
    padding: 5px 25px 5px 25px;
    text-align: center;
    position: relative;
    background: #fff url(../images/slider_bg_top.gif) 0 0 no-repeat;
}

.jcarousel-container * {
    text-align:left; 
}


.jcarousel-item-placeholder {
    background: url(../images/jcarousel_loading.gif) 50% 50% no-repeat;
}

.jcarousel-clip {    
	width: 530px;
    margin: 0 auto;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 10px;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    width:  500px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}

#content .jcarousel-list li {
    background: 0;
    border: 0;
    padding: 0;
}


li.jcarousel-item-horizontal{
 	background: none;
	padding:0;
}

.jcarousel-item {
	background: none;
    list-style: none;
    float: left;
    border: 0;
    padding: 5px;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 160px;
    /*height: 55px;*/
}

.jcarousel-item .jcarousel-item-image-wrapper {
	height: 45px;
}

.jcarousel-item h4{
	font-size: 1em;
	font-weight: bold;
}

#homepage #content .jcarousel-item ul li{
	background: url(../images/icon_benefit.gif) 0 2px no-repeat;
	padding: 2px 0 5px 20px;
	font-size: 1.25em;
	width: 145px;
	border: 0;
}

.jcarousel-item a.button {
	font-size: 0.85em;
}

/**
 * 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;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    cursor: pointer;
    background: transparent url(../images/slider_arrow_right.gif) no-repeat;
    background-position: 0px 50%;
    height:100px;
    position:absolute;
    top:0;
    width:25px;
}

.jcarousel-next-horizontal:hover {
  background-position: -25px 50%;
}

.jcarousel-next-horizontal:active {
/*    background-position: -64px 0;*/
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -50px 50%;
}

.jcarousel-prev-horizontal {
    background:transparent url(../images/slider_arrow_left.gif) no-repeat scroll;
    background-position: 0px 50%;
    cursor:pointer;
    height:100px;
    left:0;
    position:absolute;
    top:0;
    width:25px;
}

.jcarousel-prev-horizontal:hover {
    background-position: -25px 50%;
}

.jcarousel-prev-horizontal:active {
 /*   background-position: -64px 0;*/
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -50px 50%;
}
