/* CSS rollovers (mostly used in div linkscontainermiddle */


/* CSS rollovers 100 pixels high (most) */
.height100, .height100:visited{	
	width:154px;
	position:relative !important;
	cursor:pointer;
}
.height100 span, .height100:visited span{
	display:block;
	width:154px;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-repeat:no-repeat;
	background-position:0 0;
}
.height100:hover span, .height100:focus span, .height100:visited:hover span, .height100:active span{
	background-position: 0 -100px;
}

/* CSS rollovers 25 pixels high (required programs) */
.height25, .height25:visited{
	width:154px;
	position:relative !important;
	cursor:pointer;
}
.height25 span, .height25:visited span{
	display:block;
	width:154px;
	height:25px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-repeat:no-repeat;
	background-position:0 0;
}
.height25:hover span, .height25:focus span, .height25:visited:hover span, .height25:active span{
	background-position: 0 -25px;
}


/* Individual images, defined in a id="nameofuniqueid" */


#videofeature-businessintro, #videofeature-businessintro:visited {
	width:154px;
		
}
#videofeature-businessintro span, #videofeature-businessintro:visited span{
	background-image:url(../_pics/videofeature_business_intro_to_cerritos_cssrollover.jpg);
	border-bottom:solid 1px #fff;
}

#expanding-innovative-visions, #expanding-innovative-visions:visited {
	width:154px;		
}
#expanding-innovative-visions span, #expanding-innovative-visions:visited span{
	background-image:url(../_pics/expanding_innovative_visions_cssrollover.jpg);
	}
	
#download-adobe-reader, #download-adobe-reader:visited {
	width:154px;		
}
#download-adobe-reader span, #download-adobe-reader:visited span{
	background-image:url(../_pics/download_adobe_reader.jpg);
	}

#edsp, #edsp:visited {
	width:154px;		
}
#edsp span, #edsp:visited span{
	background-image:url(../_pics/economic_development_strategic_plan.jpg);
	}