
.picture_small
{
	height:195px;
}

.picture_small td img
{
	margin-left: 20px;
	margin-bottom: 20px;
	opacity: 0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.picture_small td img.small_active
{
	opacity: 1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

.picture_small td img:hover
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	cursor: pointer;
}

.div_head
{
	padding: 3px 0px 3px 0px;
	background-color: #003366;
	font-weight:bold;
	color: #fff;
	width: 100%;
}

.individual
{
	display:inline-block;
	text-align: center;
	padding: 3px;
	margin:3px 3px 0px 0px;
	background-color: #ddd;
}