#container {
	width: 950px;
	position: relative;
    margin-left:15px;
}

#link{ height:150px !important;}

#container .ui-carousel{ height:150px !important; padding:10px 0px 10px 30px;}

#carousel {
	margin: 0 auto;
}

#carousel img {
	border: 0;
	/*padding: 0px 5px 0px 5px;*/
}

#ui-carousel-next, #ui-carousel-prev {
	width: 15px;
	height: 38px;
	background: url(http://www2.amct.no/portals/0/amc_img/left_arrow.png) center no-repeat;
	display: block;
	position: relative;
	top: 0;
	z-index: 100;
	padding:0px 0px 0px 20px;
    float:left;
	margin-top:-120px;
}

#ui-carousel-next {
	right: 0;
	background: url(http://www2.amct.no/portals/0/amc_img/right_arrow.png) center no-repeat;
    float:right;
}

#ui-carousel-prev {
	left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: block;
}


