﻿.thumbs
{
	padding: 8px;
	opacity: 0%;
	border: none 0px #010000;
	display:inline-block;
	overflow: hidden;
}
.thumbs .image_thumb
{
	padding: 0px;
	margin:0px;
	border-width: 1px;
	border-style: solid;
	border-color:  #000000;
	width: 68px;
	height: 68px;
	opacity: 0%;	
	clear: none;
}

.thumbs a:link,
.thumbs a:visited,
.thumbs a:active
{
	border-color:#CFCFCF;
	border-style:solid;
	border-width:1px;	
	display:inline-block;
	padding:2px;
	margin: 4px;
}

.thumbs  a.selected:link,
.thumbs  a.selected:visited,
.thumbs  a.selected:hover,
.thumbs  a.selected:active,
.thumbs a:hover
{
	border-color:#F32019;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	padding:2px;
}

.thumbs .underonstruction
{
	display:block;
	clear:both;
	text-align:center;
	width:184px;
}
