﻿/*STILARK FOR GALLERIBILDER*/

#galleryP{
	/*background-color: #000000;*/
	overflow: hidden;
	width: 623px;
	border: 10px double #000000;
	padding-bottom: 85px;
	margin: 20px auto;
	/*background-color: #B792B6;*/
}
.photoP {
	/*width:420px; */
	height: auto;
	text-align:left; 
	position:relative; 
	margin: 70px 115px 50px 40px;
}
.photoP ul.topicP {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:635px; 
	height:auto; 
	position:relative; 
	z-index:10;}

.photoP ul.topicP li {
	display:block; 
	width:110px; 
	height:160px; 
	float:left;
	margin:10px;
}
.photoP ul.topicP li a:hover ul li a:hover, .photoP ul.topicP li:hover ul li a:hover {
	white-space:normal; 
	position:relative;
	z-index:1000;
}
.photoP img {
	position:absolute; 
	width:100px; 
	height:150px; 
	padding: 2px;
	border:5px double #CCCCCC;
	background-color:#FFFFFF;
	background: transparent url(../topmantic.iworld.no/images/bg_body_2.png) repeat;
}
.photoP ul.topicP li a:hover ul li a:hover img, .photoP ul.topicP li:hover ul li a:hover img {
	position:absolute; 
	left:-50px; 
	top:-80px; 
	width:200px; 
	height:300px; 
	border:5px double #CCCCCC;
	z-index:1000;
}
/*DETALJBILDER*/
#detaljbilderP {
	padding-top: 20px;
}
#detaljbilderP 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;
}
#bildeknapperP {
	width: 460px;
	margin: 0 auto;
	padding-top: 20px;
}
#bildeknapperP ul{
	list-style-type: none;
}
#bildeknapperP li{
	display: inline;
	float: left;
}
#bildeknapperP img{
	width: 100px;
	height: 150px;
	margin-right: 3px;
	border: 5px double #FFFFFF;
}
#bildeknapperP img:hover{
	border: 5px double #3399FF;
}
