#callouts {
	width:1110px; height:190px;
	background:url(../images/callouts/frame.png) top center no-repeat;
	position:absolute;
	top:1080px; left:50%; margin-left:-555px;		
}


.calloutItem {
	cursor:pointer;
	width:171px; height:151px;
}

.calloutItemImage {
	position:absolute;
	width:171px; height:151px;
}

.calloutItemImage img {
	margin:23px auto 0px auto;
}

.calloutItemHover {
	width:171px; height:151px;
	position:absolute;
	background:url(../images/callouts/hover.png) 0px 0px no-repeat;
}

#production {
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -158px;
}
#production a {
	text-indent: -9999px;
	display: block;
	width: 317px;
	height: 16px;
	background: url(../images/callouts/production.png) no-repeat top center;
}
#production a:hover { 
	background-position: 0px -21px;
}