.thumbz-container-1
	{
	position: absolute;   
	width: 100%;
	height: 100%;
	overflow: auto;
	}

.thumbnailz-1
	{
	position: absolute;
	width: 100%;
	top: 50%;
	margin: -198px auto 0;
	text-align: center;
	}

.thumbnailz-1 a:link, .thumbnailz-1 a:visited, .thumbnailz-1 a:active, .thumbnailz-1 a:hover
	{
	display: inline-block;
	height: 116px;
	font: bold 8pt verdana, arial, helvetica, sans-serif;
	line-height: 135px;
	margin: 10px 5px;
	text-decoration: none;
	}

.thumbnailz-1 img
	{
	padding: 5px;
	background: #f6f6f6 url(../images/thumbz-bg.gif);
	border: 1px solid #2f4f4f;
	vertical-align: middle;
	}

.instructions-1
	{
	position: absolute;
	width: 460px;
	left: 50%;
	margin: 5px 0 0 -230px;
	font: normal 7.5pt verdana, arial, helvetica, sans-serif;
	line-height: 16px;
	color: #2f4f4f;
	background: transparent;
	text-align: center;
	/*border: 1px solid #3965ad;*/
	}

