@charset "utf-8";
/* CSS Document */

*{ outline: none; }

img {border: none;}

.container {
	overflow: hidden;
	width: 534px;
	margin: 0 auto;
}
#main {
	padding: 0px;
	background: #f0f0f0;
	
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 534px; height: 300px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;	padding: 10px; padding-bottom: 0px;
	color:#fff;
}
.main_image p {
	font-size: 12px;
	padding: 10px; padding-top:0px;	margin: 0;
	padding-bottom:5px;
	line-height: 1.6em;
}
.block .small { 
	padding: 0 0 0 10px; 
	
	font-size: 11px; 
}
.main_image .block .small {margin-left: 0px; font-size:12px; display: none;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(/img/flapp_opp_ned.jpg) no-repeat left top;
	height: 17px; width: 25px;
	text-indent: -99999px;
	position: absolute; 
	top: -17px; left: 10px; 
}
.main_image a.show {
background-position: left bottom;
} 


.image_thumb {
	float: left;
	width: 266px;
	
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	margin-left:-3px;
	
	
	
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 0px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 0px 0px;
	background: #f0f0f0;
	height:88px;
	width: 265px;
	_width:268px; /* IE6 hack */
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background-image:url(../../../img/hytte_front_active1.jpg);
	background-repeat:repeat-y;
	cursor: default;
	background-position:bottom right;
}

.image_thumb ul li.active h2 {
color:#fff;
}

html .image_thumb ul li h2 {
	font-size: 14px; 
	margin: 5px 0; padding: 0;
	color:#000;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 155px;
	
}

.image_thumb ul li .block .small{
margin-left:-7px;
}

.image_thumb ul li.active .block .small{
margin-left:-7px;
color:#fff;
}
	
.image_thumb ul li p{display: none;}

.block h2{
text-transform:none;

}
