#thumbs {
	float:left;
	overflow: auto;
	display: block;
}

#thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10000;
	width: 100px;
	overflow: auto;
}

#thumbs ul .thumbnail {
	float:left;
	list-style: none;
	padding: 0;
	line-height: 0;
	border: 2px solid #333333;
	margin: 3px 0 0 3px;
	position: relative;
}



.clicked {
	border: 2px solid #ACCC1F !important;
	margin-right: 1px !important;
	margin-bottom: 1px !important;
}

#scroll {
	float:right;
	width: 30px;
	background-color: #333333;
	margin-top: 20px;
	background-image: url(../images/scroll_bg.png);
	background-repeat: repeat-y;
}

#scroll #scrollarrowup {
	position: absolute;
	top: 9px;
	right: 7px;
}

#scroll #scrollarrowdown {
	position: absolute;
	bottom: 9px;
	right: 7px;
}

#scroll #scrollarrowpos {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 9px;
	background-color: #FFFFFF;
}

#bigpicview {
	padding: 10px;
}

#overlay {
	position: absolute;
	top: 10px;
	left: 10px;
}