.teachmag{
	padding-left:140px;
}
.teachmag *{
	cursor:pointer;
}

.teachmag a, .teachmag a:visited {
	float: left;
	height:162px;
	width: 283px;
	background:url(/images/careers/teach_mag_notext.jpg) no-repeat top #000000 ;
	display:block;
	margin: 5px 0 0 2px;
	text-decoration:none;
	outline:none;
}
	
.teachmag a span {
	color: #FFFFFF;
	width: 140px;
	padding:0 8px;
	float: right;
	margin:96px 3px 0 0;
	text-align:center;
}
	
.teachmag a:hover, .teachmag a:hover span {
	background-position: bottom;
	text-decoration:underline;
}
	
.teachmag a span.access {
	text-indent: -9999px;
	width: auto;
	float:none;
	display:block;
}
