/* @override http://babyplaatstst/stylesheet/jcarousel.css */

.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;
	width: 154px;
	height: 154px;
	}



.jcarousel-list li table tr td{
	height: 150px;	
}

.jcarousel-next, .jcarousel-prev {
    z-index: 3;
    display: none;
	}

/* SKIN */

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 770px;
	height: 154px;
	}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  770px;
    height: 154px;
	}

.jcarousel-skin-tango .jcarousel-item {
    width: 154px;
    height: 154px;
	}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0;
	}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
	}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 66px;
    right: 2px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/icons/arrow-right-square.gif);
	}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: bottom;
	}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 66px;
    left: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/icons/arrow-left-square.gif);
	}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.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-position: top;
	visibility: hidden;
	}

/* OTHER SKIN */

.jcarousel-skin-other .jcarousel-container {
	width: 725px;
	padding: 0 0 20px;
	}

.jcarousel-skin-other .jcarousel-container-horizontal {
    width: 725px;
	height: 145px;
	}

.jcarousel-skin-other .jcarousel-clip-horizontal {
    width:  725px;
	height: 145px;
	}

.jcarousel-skin-other .jcarousel-item {
    width: 126px;
	height: 145px;
	}

.jcarousel-skin-other .jcarousel-item:hover {
    border-color: #808080;
	}

.jcarousel-skin-other .jcarousel-item-horizontal {
    padding: 0 10px 0 9px;
	}

.jcarousel-skin-other .jcarousel-item-placeholder {
	}

.jcarousel-skin-other .jcarousel-next-horizontal {
    position: absolute;
    top: 72px;
    right: -22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/icons/arrow-right-square.gif);
	}

.jcarousel-skin-other .jcarousel-next-horizontal:hover,
.jcarousel-skin-other .jcarousel-next-horizontal:active,
.jcarousel-skin-other .jcarousel-prev-horizontal:hover,
.jcarousel-skin-other .jcarousel-prev-horizontal:active {
    background-position: bottom;
	}

.jcarousel-skin-other .jcarousel-prev-horizontal {
    position: absolute;
    top: 72px;
    left: -21px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/icons/arrow-left-square.gif);
	}

.jcarousel-skin-other .jcarousel-next-disabled-horizontal,
.jcarousel-skin-other .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-other .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-other .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-other .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-other .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: bottom;
	}