@CHARSET "UTF-8";

.thumbcontainer{
	border: 1px none #de9900;
	width: 565px;
	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.thumbbox{
	border: 1px solid #de9900;
	width: 175px;
	height: 125px;
	
	margin: 5px 5px 5px 5px;
	
	text-align:center;
	
	overflow: auto;
	
	/*float on left, it's needed to display the following image just left*/
	float: left;
}


/*end floating of images ...*/
.thumbcontainerend{
	clear: both;
}

.imgthumb{
	height: 100%;
	border: none;
}

.nopreview{
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	border: none;
}

.thumbcolor{
	color: #de9900;
}

.floatthumbbox{
	border: 1px solid #de9900;
	min-width: 175px;
	
	margin: 5px 5px 5px 5px;
	
	text-align:center;
	
	overflow: visible;
}
	/*float set on wiki*/
