/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container{position:relative;}
.jcarousel-clip{margin:0;overflow:hidden;padding:0;position:relative;z-index:2;}
.jcarousel-list{left:0;margin:0;overflow:hidden;/*padding: 0 0 20px 0; */ padding:0;position:relative;top:0;z-index:1;}
.jcarousel-list li,
.jcarousel-item{float:left;height:100%;list-style:none;/* We set the width/height explicitly. No width/height causes infinite loops. */ width:49%;}
.jcarousel-item{border-bottom:1px solid darkgrey;border-right:1px solid darkgrey;}
/**
* 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-prev,.jcarousel-next{bottom:-50px;cursor:pointer;display:block;height:43px;overflow:hidden;position:absolute;width:43px;z-index:1000;}
.jcarousel-prev a,.jcarousel-next a{cursor:pointer;display:block;height:43px;overflow:hidden;width:43px;z-index:1001;}
.jcarousel-prev{left:35px;}
.jcarousel-next{right:35px;}
.jcarousel-prev{background:url(../images/arrow-left.png) no-repeat 0 0;}
.jcarousel-next{background:url(../images/arrow-right.png) no-repeat 0 0;}
.jcarousel-next,.jcarousel-prev{display:none;z-index:3;}