html {
	width:100%;
}
body {
	width:100%;
}

.jcarousel-container-horizontal {
    width: 452px;
	padding: 0px 86px;
}


.jcarousel-clip-horizontal {
    width:  452px;
    height: 289px;
}

.jcarousel-item {
    width: 452px;
    height: 289px;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 143px;
    right: 5px;
    width: 81px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://sv11.internetborder.se/images/18.70c52033121865b139880008280/bildspel_framat.png) no-repeat 0 0;
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	display:none;
	width:81px;
	height:32px;
	background:none;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 143px;
    left: 5px;
    width: 81px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://sv11.internetborder.se/images/18.70c52033121865b139880008279/bildspel_bakat.png) no-repeat 0 0;
}


.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	display:none;
	width:81px;
	height:32px;
	background:none;
}