.tab-container {
	position: relative;
}
.tab-container .tab {
	/*margin-bottom: 1.5em;*/
	margin-bottom: 40px;
}
#page-content .tab-container .puff-content {
	padding-top: 30px;
}
#page-content .tab-container .tab img {
	display: block;
	margin-bottom: 0;
}
.tab-container .primary-puff .puff-content h2 {
	font-size: 3.4em;
	font-family: StandardLifeBold, Arial;
}
.tab-container .ctrl {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 192px;
	left: 0;
}
.tab-container .ctrl ul {
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}
.tab-container .ctrl li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
	font-family: StandardLifeBold, Arial;
	font-size: 15px; /* avoiding this scaling */
	margin-left: 2px;
}
.tab-container .ctrl li a {
	outline: 0;
	text-decoration: none;
	display: block;
	background: transparent url(../img/sprites/tab-left.png) 0 0 no-repeat;
	_background-image: url(../img/sprites/tab-left.gif);
	padding-left: 24px;
}
.tab-container .ctrl li a span {
	display: block;
	padding-right: 10px;
	background: transparent url(../img/sprites/tab-right.png) right 0 no-repeat;
	_background-image: url(../img/sprites/tab-right.gif);
	cursor: pointer;

}
.tab-container .ctrl li a em {
	display: block;
	height: 33px;
	line-height: 33px;
	margin-left: -13px;
	cursor: pointer;
}
.tab-container .ctrl li.active a {
	background-position: 0 -39px;
	color: #fff;
}
.tab-container .ctrl li.active a span {
	background-position: right -39px;
}
.tab-container .ctrl li em {
	font-style: normal;
}

/* carousel tabs */
.tab-container.carousel .ctrl li {
	font-size: 1.9em;
}
.tab-container.carousel .ctrl li a {
	padding: 0;
	background-image: none;
}
.tab-container.carousel .ctrl li a span {
	padding: 0;
	background-image: url(../img/sprites/carousel-marker.png);
	_background-image: url(../img/sprites/carousel-marker.gif);
}
.tab-container.carousel .ctrl li.active a span {
	background-position: right -47px;
}
.tab-container.carousel .ctrl li a em {
	margin: 0;
	padding: 0;
	width: 32px;
	text-align: center;
}