/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-container {
    position: relative;
	margin-left:10px;
}

.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: 540px;
}

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





.jcarousel-skin-publications .jcarousel-container-horizontal {
    width: 540px;
    padding: 0 30px;
}

.jcarousel-skin-publications .jcarousel-clip-horizontal {
    width: 540px;
}

.jcarousel-skin-publications .jcarousel-item {
    width: 540px;
}

.jcarousel-skin-publications .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-publications .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/*  Horizontal Buttons */

.jcarousel-skin-publications .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
	background: transparent url(../images/siteobjects/arrow_next.gif) no-repeat 0 0;
}

.jcarousel-skin-publications .jcarousel-next-horizontal:hover, 
.jcarousel-skin-publications .jcarousel-next-horizontal:active,
.jcarousel-skin-publications .jcarousel-next-horizontal:focus {
	background: transparent url(../images/siteobjects/arrow_next_over.gif) no-repeat 0 0;
}

.jcarousel-skin-publications .jcarousel-next-disabled-horizontal,
.jcarousel-skin-publications .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-publications .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-publications .jcarousel-next-disabled-horizontal:focus {
    cursor: default;
    background: transparent url(../images/siteobjects/arrow_next_none.gif) no-repeat 0 0;
}

.jcarousel-skin-publications .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/siteobjects/arrow_back.gif) no-repeat 0 0;
}

.jcarousel-skin-publications .jcarousel-prev-horizontal:hover,
.jcarousel-skin-publications .jcarousel-prev-horizontal:active,
.jcarousel-skin-publications .jcarousel-prev-horizontal:focus {
   background: transparent url(../images/siteobjects/arrow_back_over.gif) no-repeat 0 0;
}

.jcarousel-skin-publications .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-publications .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-publications .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-publications .jcarousel-prev-disabled-horizontal:focus {
      background: transparent url(../images/siteobjects/arrow_back_none.gif) no-repeat 0 0;
}

.imgcontainer {
	float:left;
	width: 320px;
	margin-right:20px;
}

.textcontainer {
	width:180px;
	padding:0 10px 10px 10px;
	float:left;
}