ul#tabs {
	left: 0;
	top: 372px;
	z-index: 2;
	width: 970px;
	margin: 0 -5px !important;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	float: left;
	height: 140px;
	width: 313px;
	margin: 0 5px;
}

ul#tabs li p {
	font-size: 11px;
	padding: 0 2px;
}

ul#tabs li a {
	height: 120px;
	width: 317px;
	display: block;
}

	ul#tabs li a img {
		width: 313px;
		display: block;
	}


ul#tabs li a.current {
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 960px;
	height: 361px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 960px;
	height: 361px;
	top: 0;
	right: 0;
}

ul#output li .legend {
	position: absolute;
	top: 55px;
	left: 30px;
}
	ul#output li .legend p {
		width: 230px;
		height: 100px;

		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}

	ul#output li .legend a {
		width: 137px;
		height: 37px;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		background: url('images/customer/bg_cta_banner.png') no-repeat;
		margin-top: 20px;

		line-height: 37px;
		text-align: center;
	}