﻿/*STILARK FOR GALLERIBILDER*/

#gallery2{
	width: 750px;
	overflow: hidden;
	/*border: 10px double #333333;
	background-color: #000000;*/
	padding-bottom: 80px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 0px;
}
.photo2 {
	/*width:420px; */
	height: auto;
	text-align:left; 
	position:relative; 
	margin: 70px 85px 20px 40px;
}
.photo2 ul.topic2 {
	width:680px; 
	padding:0; 
	margin:0; 
	list-style:none; 
	height:auto; 
	position:relative; 
	z-index:10;
}
.photo2 ul.topic2 li {
	display:block; 
	width:110px; 
	height:160px; 
	float:left;
	margin:10px;
}
.photo2 ul.topic2 li a:hover ul li a:hover, .photo2 ul.topic2 li:hover ul li a:hover {
	white-space:normal; 
	position:relative;
	z-index:1000;
}
.photo2 img {
	position:absolute; 
	width:100px; 
	height:150px; 
	padding: 2px;
	border: 2px solid #333333;
	background-color:#FFFFFF;
	background: transparent url(../topmantic.iworld.no/images/bg_body_2.png) repeat;
}
.photo2 ul.topic2 li a:hover ul li a:hover img, .photo2 ul.topic2 li:hover ul li a:hover img {
	position:absolute;
	left:-50px;
	top:-80px;
	width:200px;
	height:300px;
	border: 2px solid #333333;
	z-index:1000;
}
/*DETALJBILDER*/
#detaljbilder2 {
	
}
#detaljbilder2 img{
	max-width: 650px;
	display: block;
	margin: 30px auto;
	border: 10px double #333333;
}
#bildeknapper2 {
	width: 570px;
	margin: 0 auto;
	padding-top: 20px;
}
#bildeknapper2 ul{
	list-style-type: none;
}
#bildeknapper2 li{
	display: inline;
	float: left;
}
#bildeknapper2 img{
	width: 100px;
	margin-right: 3px;
	/*border: 5px double #D8F9E7;*/
	border: 5px double #333333;
}
#bildeknapper2 img:hover{
	border: 5px double #41A798;
}