﻿/*STILARK FOR GALLERIBILDER*/

#gallery1{
	/*background-color: #000000;*/
	overflow: hidden;
	width: 623px;
	border: 10px double #000000;
	padding-bottom: 0px;
	margin: 20px auto;
	/*background-color: #B792B6;*/
}
.photo1 {
	/*width:420px; */
	height: auto;
	text-align:left; 
	position:relative; 
	margin: 40px 115px 45px 40px;
}
.photo1 ul.topic1 {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:635px; 
	height:auto; 
	position:relative; 
	z-index:10;}

.photo1 ul.topic1 li {
	display:block; 
	width:110px; 
	height:160px; 
	float:left;
	margin: 0 80px 50px 0;
}
.photo1 ul.topic1 li a:hover ul li a:hover, .photo1 ul.topic1 li:hover ul li a:hover {
	white-space:normal; 
	position:relative;
	z-index:1000;
}
.photo1 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: #5540E3;
}
.photo1 ul.topic1 li a:hover ul li a:hover img, .photo1 ul.topic1 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: #FF3300;
}
/*DETALJBILDER*/
#detaljbilder1 {
	padding-top: 20px;
	
}
#detaljbilder1 img{
	max-width: 400px;
	display: block;
	margin: 0 auto;
	border: none;
	/*background-color: #000000;*/
}
#bildeknapper1 {
	width: 460px;
	margin: 0 auto;
	padding-top: 20px;
	/*padding-left: 10px;*/
}
#bildeknapper1 ul{
	list-style-type: none;
}
#bildeknapper1 li{
	display: inline;
	float: left;
}
#bildeknapper1 img{
	width: 100px;
	height: 100px;
	margin-right: 3px;
	background-color: #5540E3;
	border: 5px double #333333;
}
#bildeknapper1 img:hover{
	border: 5px double #FF3300;
}
