#thumbshow {
	position: relative;
	width: 182px;
	height: 265px;
	overflow: hidden;
	float: left;
	clear: both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	z-index: 1;
}
#thumbshow .outline {
	width: 100%;
	height: 100%;
	background: url('../images/thumbshow/thumbshow_outline_top.gif') no-repeat scroll top left;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 2;
}
#thumbshow .scrolling-outline {
	background-image: url(/assets/images/thumbshow/thumbshow_outline_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 182px;
	z-index: 3;
}
#thumbshow .scrolling {
	padding: 0;
	list-style: none;
	height: 100px;
	overflow: hidden;
	width: 180px;
	position: relative;
	left: 1px;
	bottom: 0px;
	line-height: 1em;
	margin: 0;
	z-index: 4;
}

#thumbshow .scrolling li {
	width: 90px;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	font-size: 8px;
	z-index: 5;
}

#thumbshow .scrolling li img {
	cursor: pointer;
}
#thumbshow .scroller {
	position: absolute;
	top: 148px;
	left: 3px;
	width: 100%;
	text-align: center;
	z-index: 5;
}
#thumbshow  .pic_container   {
	width: 176px;
	height: 142px;
	position: absolute;
	z-index: 6;
	margin-top: 3px;
	margin-left: 3px;
}
#thumbshow .upbtn, #thumbshow .downbtn {
    cursor: pointer;
}

#thumbshow .upbtn {
	background: url('../images/thumbshow/up_scroll.gif') no-repeat scroll top left;
	width: 88px;
	height: 10px;
	float: left;
}

#thumbshow .downbtn {
	background: url('../images/thumbshow/down_scroll.gif') no-repeat scroll top left;
	width: 86px;
	height: 10px;
	float: left;
}
#thumbshow  a.large_link   {
	width: 176px;
	height: 142px;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 10;
	background-image: url(/assets/images/thumbshow/spacer.gif);
	background-repeat: repeat;
}
#thumbshow a.large_link:hover {
	text-decoration: none;
}

