﻿/*STILARK FOR GALLERIBILDER*/

#gallery4{
	/*background-color: #000000;*/
	overflow: hidden;
	width: 623px;
	border: 10px double #000000;
	padding-bottom: 0px;
	margin: 20px auto;
	/*background-color: #B792B6;*/
}
.photo4 {
	/*width:420px; */
	height: auto;
	text-align:left; 
	position:relative; 
	margin: 40px 115px 45px 40px;
}
.photo4 ul.topic4 {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:635px; 
	height:auto; 
	position:relative; 
	z-index:10;}

.photo4 ul.topic4 li {
	display:block; 
	width:110px; 
	height:160px; 
	float:left;
	margin: 0 80px 50px 0;
}
.photo4 ul.topic4 li a:hover ul li a:hover, .photo4 ul.topic4 li:hover ul li a:hover {
	white-space:normal; 
	position:relative;
	z-index:1000;
}
.photo4 img {
	position:absolute;
	width:150px;
	height:150px;
	padding: 2px;
	border:5px double #CCCCCC;
	background-color:#FFFFFF;
	background: transparent url(../topmantic.iworld.no/images/bg_body_2.png) repeat;
	background-color: #9933FF;
}
.photo4 ul.topic4 li a:hover ul li a:hover img, .photo4 ul.topic4 li:hover ul li a:hover img {
	position:absolute;
	left:-40px;
	top:-40px;
	width:230px;
	height:230px;
	border:5px double #CCCCCC;
	z-index:1000;
	background-color: #99CCFF;
}
/*DETALJBILDER*/
#detaljbilder4 {
	padding-top: 20px;
	
}
#detaljbilder4 img{
	max-width: 650px;
	display: block;
	margin: 0 auto;
	border-top: 5px double #CCCCCC;
	border-right: 5px double #999999;
	border-bottom: 5px double #CCCCCC;
	border-left: 5px double #999999;
	background-color: #99CCFF;
}
#bildeknapper4 {
	width: 460px;
	margin: 0 auto;
	padding-top: 20px;
}
#bildeknapper4 ul{
	list-style-type: none;
}
#bildeknapper4 li{
	display: inline;
	float: left;
}
#bildeknapper4 img{
	width: 100px;
	height: 100px;
	margin-right: 3px;
	background-color: #C0DD99;
	border: 5px double #FFFFFF;
}
#bildeknapper4 img:hover{
	border: 5px double #9966FF;
}
