.GalleryList {
	margin: 0px 0px 0px 0px;
}
.GalleryList h2 {
	font-size: 13px;
}
.GalleryList .Project {
	float: left;
	width: 250px;
	height: 102px;
	margin: 10px 4px 0px 0px;
	background-image: url("../images/bildeserie_bg.png");
}
.GalleryList .Project .Thumb {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
}
.GalleryList .Project .Thumb img {
	width: 100px;
	height: 100px;
}
.GalleryList .Project .Label {
	float: left;
	width: 140px;
	margin: 5px 0px 10px 0px;
	padding-left: 4px;
/*	overflow: hidden; */
}
.GalleryList .Project a {
	color: #000;
	overflow: hidden;
}
.GalleryList .ProjectNav {
	margin: 0px 0px 0px 2px;
}
.GalleryList .ProjectNav .Title {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.GalleryList .ProjectNav .Data {
	margin-bottom: 10px;
}
.GalleryList .ProjectNav .Picture {
	clear: both;
/*	border: 1px solid #000; */
}
.GalleryList .ProjectNav .NavPrev {
	float: left;
	margin-top: 5px;
}
.GalleryList .ProjectNav .NavNext {
	float: right;
	margin-top: 5px;
	margin-right: 2px;
}
.GalleryList .ProjectNav .NavUp {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 40px;
	margin-right: 37px;
}

.GalleryList .ProjectNav .JsNav {
	clear: both;
	margin-top: 5px;
	padding-bottom: 5px;
}
.GalleryList .ProjectNav .JsNav div a {
	float: left;
	font-size: 10px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 1px 2px 2px 0px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}
.GalleryList .ProjectNav .JsNav div a:hover, .GalleryList .ProjectNav .JsNav div .Active {
	background-color: #ccc;
}