.thumb {
	position: fixed;
	*position:absolute;
	display: none;
	background-color:white;
	border-top:2px solid #90967D;
	border-left: 2px solid #617664;
	border-right: 2px solid black;
	border-bottom: 2px solid black;}


@media all and (min-width: 0px){
.thumb {position: absolute;}
}	
