#thumbshow {
	position: relative;
	width: 350px;
	height: 330px;
	overflow: hidden;
	float: left;
	background-color: #f2f7ed;
}
#thumbshow .outline {
	width: 350px;
	height: 330px;
	background: url('../images/thumbshow/thumbshow_outline.gif') no-repeat scroll top left;
	position: absolute;
	top: 0;
	left: 0;
}

#thumbshow .scrolling li {
	width: 116px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
#thumbshow .scrolling li img {
	cursor: pointer;
}
#thumbshow .scrolling {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 75px;
	overflow: hidden;
	width: 344px;
	position: absolute;
	top: 250px;
	left: 2px;
}
#thumbshow .scroller {
	position: absolute;
	top: 234px;
	left: 47px;
	width: 256px;
}
#thumbshow .pic_container, #thumbshow a.large_link {
	position: absolute;
	width: 350px;
	height: 233px;
	top: 0;
	right: 0px;
}
#thumbshow .upbtn, #thumbshow .downbtn {
    cursor: pointer;
}

#thumbshow .upbtn {
	background: url('../images/thumbshow/up_scroll.gif') no-repeat scroll top left;
	width: 128px;
	height: 11px;
	float: left;
}

#thumbshow .downbtn {
	background: url('../images/thumbshow/down_scroll.gif') no-repeat scroll top left;
	width: 128px;
	height: 11px;
	float: left;
}

