/**
* 
* Plugin JCarousel
*
* Styles for Plugin JCarousel for http://jobs.zeit.de
*
* @project ZEIT Stellenmarkt 2011
* @version 1.0
* @package css
* @author Planet Newstyle: Hannes Kandulla
* @copyright 2011 ZEIT ONLINE
* @cssdoc version 1.0-pre
*
*/


/* @group Layout */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    background-color:#f1f1f1;
    border-top:5px solid #e6e6e6;
    border-bottom:5px solid #e6e6e6;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    left:71px;
}

.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: 390px;
    height: 127px;
}
.jcarousel-list li{
	position:relative;
  padding:0 !important;
  margin:0 20px 0 0 !important;
  background:white !important;
}
.jcarousel-list li img{
	float:left;
	width:110px;
  margin:10px 10px 0 10px !important;
}
.jcarousel-list li p{
  margin:10px 10px 10px 130px !important;
}
.jcarousel-list li a.arrow{
	position:absolute;
	left:130px;
	bottom:10px;
  font-weight:bold;
  background-position:0 3px;
}
.jcarousel-list li a.arrow:hover {
  color: black;
}
.jcarousel-list li a.linkHead:hover {
  color: black;
}
.contentBox .jcarousel-list li{
  line-height:12px;
  margin:0;
  overflow:hidden;
}



/**
 * 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-container {
  width:940px;
}
.jcarousel-clip-horizontal {
    width:  800px;
    height: 127px;
}
.jcarousel-item {
    width: 148px;
    height: 127px;
}

.jcarousel-item-horizontal {
    margin-right: 50px;
}

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

.jcarousel-next-horizontal:hover {
    background-position: 0 -100px;
}

.jcarousel-next-horizontal:active {
    background-position: 0 -125px;
}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 26px;
    height: 25px;
    cursor: pointer;
    background: transparent url(/images/jobs/background/pager.gif) no-repeat 0 0;
}

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

.jcarousel-prev-horizontal:active {
    background-position: 0 -50px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -50px;
}
/* @end of Layout */
