#thumbwrapper
{	
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom : solid #fff 10px;
}

#displaywrapper
{
	padding:10px;
	text-align:center
}

#previewer
{	
	display:none;
}
#displayer
{
	border:1px solid white;
}

#previewwrapper
{
	width:112px;
	height:114px;
	overflow:hidden;	
	border:1px solid white;
}

#thumbwrapper .thumbnail a
{
	position:static;
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	
	margin-right:9px;
	margin-bottom:9px;
	background:#000;
	border:1px solid #FFF;
}
#thumbwrapper .thumbnail a:hover
{
	position:relative;
	overflow:visible;
	z-index:99;
	border:1px solid #EB821B;
}
#thumbwrapper .thumbnail img.verysmall
{
	margin-top:-15px;
	margin-left:-15px;
}
#thumbwrapper .thumbnail a:hover .verysmall
{
	position:absolute;
	margin-top:30px;
	margin-left:30px;
	border:1px solid #EB821B;
}