
/*------------------ Before_content ------------------------*/

/* Kontroll / Knappar */
.viewscarousel {
	position:relative;
}


/*------------------ #before-content ------------------------*/

#before-content .jcarousel-item {
  position: relative;
}

#before-content .jcarousel-container-horizontal,
#before-content .jcarousel-clip-horizontal,
#before-content .jcarousel-list-horizontal li.jcarousel-item {
  width: 540px;
  height: 350px;
}

.front #before-content .jcarousel-container-horizontal,
.front #before-content .jcarousel-clip-horizontal,
.front #before-content .jcarousel-list-horizontal li.jcarousel-item {
  width: 940px;
  height: 350px;
}

/**
 *  Horizontal Buttons
 */
 #before-content .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 60%;
    cursor: pointer;
}
#before-content .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 60%;
    cursor: pointer;
}


/*------------------ After_content ------------------------*/

#after-content .jcarousel-container {
  padding: 0 110px;
}

#after-content .jcarousel-container-horizontal,
#after-content .jcarousel-clip-horizontal,
#after-content .jcarousel-list-horizontal li.jcarousel-item {
	width: 550px;
	height: auto;
}

/**
 *  Horizontal Buttons
 */
 #after-content .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 380px;
    cursor: pointer;
    background: #1a1a1a url('../bilder/kontakt_bildspel_prev.png') no-repeat -70px 165px;
}

#after-content .jcarousel-prev-horizontal:hover {
  background-color: #1f1f1f;
  background-position: 40px 165px;
}

#after-content .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 380px;
    cursor: pointer;
    background: #1a1a1a url('../bilder/kontakt_bildspel_next.png') no-repeat 40px 165px;
}

#after-content .jcarousel-next-horizontal:hover {
  background-color: #1f1f1f;
  background-position: -70px 165px;
}
