/* CSS Document */


.thumbnail 
{
	float: left;
	width: 190px;
	height:155px;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	vertical-align: top;
	text-align: left;
	position: relative;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dotted #999;
	
	
}

.gallery-img {
	margin-top: 4px;
	margin-right: 4px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 4px;
}
.clearboth { clear: both; }

.thumbnail-top {
	width: 200px;
	display: block;
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 4;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: #666;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	
}

.thumbnail-top-tall {
	width: 340px;
	display: block;
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 4;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: #666;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	
}
.thumbnail-short
{
	float: left;
	width: 190px;
	height:120px; 
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	vertical-align: top;
	text-align: left;
	position: relative;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	border: 1px dotted #999;
	font-size: 95%;	
}

.thumbnail-tall
{
	float: left;
	width: 330px;
	height:210px; 
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	vertical-align: top;
	text-align: left;
	position: relative;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	border: 1px dotted #999;
	font-size: 95%;	
}

.add-axx-res  {
	display: block;
	margin-top: 20px;
	padding: 5px;
	border: 3px dotted #999;
	text-align: center;
}

