@charset "UTF-8";
.cfix {
	height: 820px;
	width: 700px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	top: 126px;
	left: 0px;
}
/* CSS Document */

#disjointed1 {
	position:fixed;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#disjointed1 li {
	width:220px;
	height:150px;
	float:left;
	text-decoration: none;
}
#disjointed1 a {
	display: block;
	height:150px;
	width:150px;
	color: #9FF;
	text-decoration:none;
	float:left;
	position:relative;
	text-align:center;
}
#disjointed1 a img {
border:0;
}
#disjointed1 a:hover {
	color: #cff;
	background-color: #00C;
	width: 200px;
	height: 110px;
}
#disjointed1 a span {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	height: 20px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#disjointed1 a:hover span {
	position: static;
	top: 140px;
	left: auto;
	width: 230px;
	color:#339;
	background:#fff;
	text-align: left;
	height: 30px;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}
