div.artikkelBoksNew {
padding: 0;
margin: 0;
/* background-color: #0000ff; */
width: 466px;
float: left;
color: #ffffff;
}

div.oddbox {
width: 233px;
float: left;
}

div.evenbox {
width: 233px;
float: right;
}

div.artBreak { width: 466px; height: 4px; clear: both; border-top: 1px solid #cccccc; }

/*
div.artikkelBoksNew p.bildeGrense { margin-right: 5px; margin-left: 0px; margin-top: 0px; margin-bottom: 5px; width: 80px; height: 80px; float: left; overflow: hidden;}
div.artikkelBoksNew p.bildeGrense img.forsideNyhet { width: 80px; }
*/

div.artikkelBoksNew p.bildeGrense { margin: 0; margin-bottom: 5px; width: 466px; height: 170px; overflow: hidden; /*background-color: #ff00ff;*/ }
div.artikkelBoksNew p.bildeGrense img.forsideNyhet { width: 466px;}

div.oddbox p.bildeGrense { width: 230px; height: 85px; }
div.oddbox p.bildeGrense img.forsideNyhet { width: 230px; }

div.evenbox p.bildeGrense { width: 230px; height: 85px; }
div.evenbox p.bildeGrense img.forsideNyhet { width: 230px; }

/*
div.artikkelBoksNew a {	color: #ffffff; text-decoration: none; font-weight: normal; }
div.artikkelBoksNew a:hover {	color: #999999; text-decoration: none; font-weight: normal; }
*/

img.forsideFilm { width: 61px; height: 85px; float: left; border: 1px solid #cccccc; }
div.nyhetBreak { border: 0; margin-top: 5px; width: 200px; height: 4px; clear: both; }

a.readOn {font:bold 12px Arial; color:#c1b49a; text-decoration:underline; line-height: 35px;}
a.readOn:hover {color:#665a42}

a.frontReadOn {font:bold 12px Arial; color:#c1b49a; text-decoration:underline;}
a.frontReadOn:hover {color:#665a42}

/*
a.readOn { line-height: 35px; color: #ffffff; text-decoration: none; font-weight: bold; font-size: 12px; }
a.readOn:hover { color: #cccccc; text-decoration: none; }
*/

a.moreNews { color: #ffffff; text-decoration: none; font-weight: normal; }
a.moreNews:hover { color: #cccccc; text-decoration: none; font-weight: normal; }

/* HEADLINES */
			.jcarousel-container {
				position: relative;
				clear:both;
				width:466px;
			}
			.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-item {
				float: left;
				list-style: none;
				width:80px;
			}
			#feature_gallery {
				width:466px;
				display: block;
			}
			ul#feature_gallery_pager {
				padding-top: 2px;
				display:block;
				overflow:hidden;
				height:52px;
			}
			#feature_gallery ul.menu li a:hover {
			}
			/* Thumb-boksene */
			ul#feature_gallery_pager li a {
				overflow:hidden;
				width: 76px;
				height:50px;
				float:left;
				display:block;
			}
			ul#feature_gallery_pager li {
				margin: 0px;
			}
			/* Pil på aktuelt bilde */
			#feature_gallery ul.menu a.activeSlide {
/*				background:url(../layout/arrow.png) no-repeat; */
				background-color: #c1b49a;
			}
			/* Boks til hovedbilde */
			#feature_gallery .bigimgs {
				overflow:hidden;
				background-color:#000;
				height:173px;
				width:466px;
				position:relative;
				margin:0 auto;
			}
			/* Hovedbilder */
			#feature_gallery img.change {
				width:466px;
				height: 173px;
				position:relative;
			}
			/* Småbilder */
			#feature_gallery img.thumb {
				margin-left: 5px;
				margin-top: 5px;
				height:45px;
			}
			/* Artikkeltittel */
			div.frontBilde {
				z-index: 3;
				position: absolute;
				bottom: -13px;
				left: 0px;
				margin:1.5em auto;
				display:block;
				clear:both;
				background-image: url(../layout/front_caption.png);
				color: #ffffff;
				padding: 5px;
				width: 456px;
			}