button.gallery-button {
	display: block;
	width: 25px;
	margin: 0;
	padding: 0;
	height: 140px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../_gfx/projectgallery-arrows2.png");
	background-repeat: no-repeat;
	position: absolute;
}
button.gallery-button.prev {
	left: -25px;
	top: 95px;
	background-position: 0px 0px;
}
button.gallery-button.next {
	right: -25px;
	top: 95px;
	background-position: -25px 0px;
}
button.gallery-button.prev:hover {
	background-position: 0px -140px;
}
button.gallery-button.next:hover {
	background-position: -25px -140px;
}
.gallery {
	position: relative;
	clear: left;
}
.gallery .viewport-clip {
	width: 890px; /* 1080px; */
	overflow: hidden;
	position: relative;
}
.gallery.rows1 .viewport-clip {
	height: 160px; /* 400px; */
}
.gallery.rows2 .viewport-clip {
	height: 330px; /* 400px; */
}
.gallery .viewport-content {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery .content {
}
.gallery .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery .content ul li {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 215px; /* 261px; */
	height: 160px; /* 200px; */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.gallery .content ul li.col1 {
	margin-left: 0;
}
.gallery .content ul li.row1 {
	margin-top: 0;
}
.gallery .content img {
	border: none;
	display: block;
}
.gallery .content a img {
	cursor: pointer;
}
#maincontent .gallery .content h3 {
	margin: 0;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
}
.gallery .content a {
	color: white;
	text-decoration: none;
}
#maincontent .gallery .content p {
	margin: 0 5px 5px 5px;
	font-size: 10px;
	line-height: 1.1;
}
.gallery .content ul {
	font-size: 10px;
	line-height: 1.1;
}

.gallery .content ul li ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.gallery .content ul li ul li{
	float: none;
	margin: 0;
	width: auto;
	height: auto;
	font-family: inherit;
	font-size: inherit;
}
.gallery .content ul li ul.collist {
	float: left;
	width: 100px;
}
