/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.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;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 158px;
    height: 96px;
}

/**
 * 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;
}

/* carousel buttons */

.carousel_prev {
	border: 0;
	display:block;
	text-indent:-2000px;
	/*position:absolute;*/
	height:96px;
	width:50px;
}

.carousel_next {
	border: 0;
	display:block;
	text-indent:-2000px;
	/*position:absolute;*/
	height:96px;
	width:50px;
}

.carousel_next2 {
	border: 0;
	display:block;
	text-indent:-2000px;
	/*position:absolute;*/
	height:96px;
	width:50px;
}
.carousel_prev2 {
	border: 0;
	display:block;
	text-indent:-2000px;
	/*position:absolute;*/
	height:96px;
	width:50px;
}

.carousel_prev {
	background:url(../images_new_home/previous_but.png) 0 0 no-repeat transparent;
	z-index:2000;
}

.carousel_next {
	background:url(../images_new_home/next_but.png) 0 0 no-repeat transparent;
	z-index:2001;
}

.carousel_prev2 {
	background:url(../images_new_home/previous_but.png) 0 0 no-repeat transparent;
	z-index:2000;
}

.carousel_next2 {
	background:url(../images_new_home/next_but.png) 0 0 no-repeat transparent;
	z-index:2001;
}

.carousel_prev:hover, .carousel_next:hover {
	background-position:0 -97px;
}
.carousel_prev2:hover, .carousel_next2:hover {
	background-position:0 -97px;
}

#casestudies_carousel .jcarousel-list li,
#casestudies_carousel .jcarousel-item {
    width: 158px;
    height: 96px;
}

#whitepaper_carousel .jcarousel-list li,
#whitepaper_carousel .jcarousel-item {
    width: 158px;
    height: 96px;
}


#casestudies_carousel_prev {
	float: left;
}

#casestudies_carousel_next {
	float: left;
}
#casestudies_carousel_prev2 {
	float: left;
}

#casestudies_carousel_next2 {
	float: left;
}

