@charset "utf-8";

ul#callouts {
	margin: 10px 0px 0px 7px;
	position: relative;
	list-style-type: none;
}

li#one {
	margin: 0px 5px 7px 0px;
	float: left;
	width: 128px;
	height: 106px;
	background: url(../images/CALLOUTS.gif) no-repeat 0px 0px;
}

li#two {
	margin: 0px 0px 7px 0px;
	float: left;
	width: 128px;
	height: 106px;
	background: url(../images/CALLOUTS.gif) no-repeat -128px 0px;
}

li#three {
	margin: 0px 5px 0px 0px;
	float: left;
	width: 128px;
	height: 106px;
	background: url(../images/CALLOUTS.gif) no-repeat -256px 0px;
}

li#four {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 128px;
	height: 106px;
	background: url(../images/CALLOUTS.gif) no-repeat -384px 0px;
}

ul#callouts a {
	display: block;
	width: 128px;
	height: 106px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#one a:hover { background: url(../images/CALLOUTS.gif) no-repeat 0 -106px; }
li#two a:hover { background: url(../images/CALLOUTS.gif) no-repeat -128px -106px; }
li#three a:hover { background: url(../images/CALLOUTS.gif) no-repeat -256px -106px; }
li#four a:hover { background: url(../images/CALLOUTS.gif) no-repeat -384px -106px; }

