@import url(style.css);
/******  #thumbnails ******/
#thumbnails {
	margin-left: 40px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid blue;

	width: 140px;
	height: 480px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid blue;
}
#thumbnails * {
	border: 0;
	margin: 0;
	padding: 0;
}

#thumbnails #menu {
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	width: 120px;
	left: 0;
	top: 0;
}
#thumbnails #menu li {
/*	height: 22px;*/
}
#thumbnails #menu li img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#thumbnails #scrollbar {
	width:20px;
	height:480px;
	position: absolute;
	left: 120px;
	top: 0;
	padding: 0px 0 0px;
	border:1px solid blue;
	background: #eee url(scrollbar-bg-1.png);
}
#thumbnails #scrollbar img {
	width: 20px;
	height: 100px;
	left: 0;
	top: 0;
}

/******  #showcase ******/
#showcase {
	margin-left: 200px;
	background-image: url(frame.png);
}

/******  #slider ******/
#slider {
	background-image: url(slider.png);
}

