table#effects {
	font-size:13px;
	border-collapse:collapse;
}

table#effects tr td {
	width:196px;
	height:200px;
}

table#effects h3.first {
	color:#78BA91;
	font-size:16px;
	margin-top:0px;
	border:none;
}

table#effects h3 {
	color:#78BA91;
	font-size:16px;
	margin-top:20px;
	border-bottom:1px solid #CCCCCC;
}

div.effect {
	width:150px;
	height:150px;
	background-color:#4BA6C1;
	background-image:url(/examples/1.3.1/effects_fade/images/logo_text.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:0px auto;
	font-size:13px;
}

div.zero {
	width:0px;
	height:0px;
	font-size:0px;
}

div.title {
	background-color:#56617D;
	text-align:center;
}

a#scale_start, a#scale_reset {
	text-decoration:none;
	font-size:14px;
}