.block {
	width: 24%;
	min-width: 200px;
	height: 250px;
	text-align:	center;
	vertical-align: top;
}
.block_space{
	width: 1%;
	background: url(/img/mini_line_v.gif) center no-repeat;
	height: 250px;
}

p.text{
	padding: 5px 15px 0px 15px;
}

.light_on{
	opacity: .85;
   filter: alpha(opacity=85);
}
.light_off{
	opacity: 1;
   filter: alpha(opacity=100);

}

