/**
 * 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: 110px;
    height: 77px;
}


/**
 * 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;
}
/* Skin */
/*  Vertical Slider Main Page */

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 205px;
    height: 580px;
    padding: 0;
    background: #f6f6f6;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 185px;
    height: 460px;
    padding: 39px 10px 40px 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    width: 156px;
    height: 140px;
    text-align: center;
    padding: 13px 13px 5px 13px;
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical a {
  font: 10px Arial, Verdana, sans-serif;
	color: #575757;
	font-weight: bold;
}

/* Vertical Buttons */

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    width: 205px;
    height: 29px;
    cursor: pointer;
    background: url(../images/content/slideshow_next.gif) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    width: 205px;
    height: 29px;
    cursor: pointer;
    background: url(../images/content/slideshow_prev.gif) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
  cursor: default;
	background:url(../images/content/btn_red_gradient.gif) repeat-x;
}

/* Horizontal Slider Woonaanbod Details */
 
 .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 655px;
    height: 117px;
    margin: 0 0 0 9px;
    background: #f6f6f6;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 518px;
    height: 87px;
    padding: 15px 0;
    margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
		width: 110px;
    height: 77px; 
    padding: 5px;
    border: 1px solid #c2c2c2;
    margin-right: 10px;
}

.jcarousel-list-horizontal {
  width:6000px !important; /* hack om het naast elkaar te krijgen */
}

div#large_picture {
  border: 1px solid #cbcbcb;
  margin: 1.65em 0 0 9px;
  width: 635px;
  padding: 10px;
}

div#large_picture img {
  margin: 0;
  width: 635px;
  height: auto;
}

/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    right: 0;
    width: 17px;
    height: 117px;
    cursor: pointer;
    background: transparent url(../images/content/slideshow_detail_next.gif) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    left: 0;
    width: 17px;
    height: 117px;
    cursor: pointer;
    background: transparent url(../images/content/slideshow_detail_prev.gif) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/content/slideshow_detail_prev_disabled.gif) no-repeat;
}

