/*------------------------------------------------------ ARTICLE CAROUSEL */

.articlesTop {
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.articlesBottom {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.articleBox {
	width: 207px;
	padding: 0 10px;
}
.articleBox a {
	color: #333;
}
.articleBox a:hover {
	color: #005CCC;
	text-decoration:none;
}
.articleListImg {
	border: 1px solid #333;
	width: 205px;
}


/* CAROUSEL */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container {
    position: relative;
    width:908px;
	height:259px;
}

.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: 227px;
    height: 259px;
}

/**
 * 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;
}

/* HÄR KOMMER SKINNET..... */

.jcarousel-skin-bananas .jcarousel-container {

}

.jcarousel-skin-bananas .jcarousel-container-horizontal {
    width: 908px;
    padding: 0 76px;
}

.jcarousel-skin-bananas .jcarousel-clip-horizontal {
    width:  908px;
    height: 259px;
}

.jcarousel-skin-bananas .jcarousel-item {
    width:  227px;
    height: 259px;
}

.jcarousel-skin-bananas .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-bananas .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-bananas .jcarousel-next-horizontal {
	background: #fff url('img/next3.gif') no-repeat scroll 13px 77px;
	cursor: pointer;
	height: 239px;
	width: 76px;
	position:absolute;
	right: 0;
	top: 0;
}

.jcarousel-skin-bananas .jcarousel-next-horizontal:hover {
    
}

.jcarousel-skin-bananas .jcarousel-next-horizontal:active {
    
}

.jcarousel-skin-bananas .jcarousel-next-disabled-horizontal,
.jcarousel-skin-bananas .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-bananas .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background-position: 0 -32px;
}

.jcarousel-skin-bananas .jcarousel-prev-horizontal {
	background: #fff url('img/previous3.gif') no-repeat scroll 13px 77px;
	cursor: pointer;
	height: 239px;
	width: 76px;
	position: absolute;
	left: 0;
	top: 0px;
}

.jcarousel-skin-bananas .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-bananas .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-bananas .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-bananas .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-bananas .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/*--------------------------------------------------------------------  COMMENTS */

.comments {
	margin-left: 80px;
	float:left;
	width: 450px;
	background-color: #efefef;
	padding: 40px 100px;
	margin-bottom: 40px;
	display:inline;
}
.comments h2 {
	font-size: 2.2em;
	line-height: 1.2;
}