.scrollgallery {
	background: rgb(255, 253, 236);
	position: relative;
	height: 135px;
	z-index: 0;
	margin-bottom: 1px;
}
.scrollgallery * {
	padding: 0;
	margin: 0;
}
.scrollgallery img.arrowleft {
	display: block;
	cursor: pointer;
	border: 0px;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
}
.scrollgallery img.arrowright {
	display: block;
	cursor: pointer;
	border: 0px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
}
.scrollgallery_inp {
	position: absolute;
	width: 150px;
	height: 100%;
	left: 25px;
	top: 3px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
}
.scrollgallery_inp ul {
	list-style-type: none;
}
.scrollgallery_inp ul li {
	float: left;
	margin: 0px 8px 0px 0px;
}
.scrollgallery_inp ul li img {
	display: block;
	cursor: pointer;
	border: 0px;
	width: 100px;
	height: 75px;
}
.scrollgallery_inp ul li div {
	font: bold 10px Tahoma;
	width: 100px;
	height: 48px;
	overflow: hidden;
}
.scrollgallery_inp ul li a {
	text-decoration:none;
	color: #1163A8;
}

