@charset "utf-8";
/* CSS Document Adamstuen Antikvariat Image gallery */


#img-gallery {
	width: 660px;
	border: 1px solid #FAF7EB;
	background-image: url(../images/gallery/img_8071_large.jpg);
	float: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	}

.img-large ul {
	height: 440px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	}
		
.img-large ul li {
	list-style: none;
	padding: 0;
	float: left;
	width: 0;
	height: 440px;
	margin: 0;
	
}

.img-large ul li img {
	margin: 0;
	width: 660px;
	height: 440px; 
	height: 0;
	border: 0;
	overflow: hidden;
	-moz-transition: width 1s ease;
	-webkit-transition: width 1s ease;
	-o-transition: width 1s ease;
	transition: width 1s ease;	
	
}
.img-large ul li:target img {
	width: 660px;
	height: 440px;
	}

.img-smal {
	height: 68px; 
   margin:0;
   padding:0;
   background: #FAF7EB;
}
.img-smal ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 640px; 
	
}
.img-smal ul li{
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	
}

.img-smal ul li img {
	border: 1px solid #333333;
	margin: 0;
	background-color: #E7DAAC;
	float: left;
	padding: 0px;
}


.img-smal ul li a {
	outline: 0;
}
.img-smal ul li a:hover img {
border-color:#990000;	
}
.img-smal ul li a:active img {
border-color:#efefef;	
}
.img-smal ul li a:focus img {
   border-color:#fff;
}
