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;
	display: none;
}
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 {
	clear: left;
	margin: 10px 0;
}

.gallery .content ul li h3,
.gallery .content ul li p {
	
}
#maincontent .gallery a {
	color: white;
	text-decoration: none;
}
.gallery .content .slideshowItem {
	width: 215px;
}
.indexButton > h3.captionTip {
	margin-top: 90px;
}
.gallery .content {
}
.gallery .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.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;
}

