#topcontentnews {
	width: 1024px; /*950px;*/
	margin: 0 auto;
	height: 70px;
	padding: 0;
}

#newspage {
	width: 863px; /* was 1024 - added 30px indent... */
	margin: 0 auto;
	overflow: hidden;
	padding: 28px 0 0 101px; /* 101 to align with logo below - logo = 60px + 20px x2 (for both sides) + 1px border left */
height: 70px;
}

#newspage h1 {
	color: #999;
	padding: 0 0 22px 24px;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
}



/* total height for top: height: 448px; */
#step_images_wrapper {
	height:	378px;
	width: 1024px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#fade-sides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100px;
	height: 378px;
	background:url(/images/news/short-fade-left.png) top left no-repeat;
}
#fade-sides-right {
	background:url(/images/news/short-fade-right.png) top right no-repeat;
	width: 100px;
	height: 378px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#step_images {
	height:	448px;
	width: 12000px;
	position: relative;
	z-index: 2;
	top: 0;
	left: 330px;
}
#step_images ul {
	list-style: none;
	clear:both;
	float: left;
	/*height: 404px;*/
	height: 364px;
	background:url(/images/news/news_greysideline.gif) top left repeat-y;
}
#step_images li {
	float: left;
	height: 364px;
	width: 210px;
	padding: 0 20px;
	background:url(/images/news/news_greysideline.gif) top right repeat-y;
}

#step_images li img {
margin: 0 auto;	
}



#next {
position: absolute;
top: 170px;
right: 15px;
z-index: 50;
width: 27px;
height: 27px;
background:url(/css/images/next.png) top left no-repeat;
}
#next.grey {
background: url(/css/images/next-grey.png) top left no-repeat;	
}
#previous {
position:absolute;	
top: 170px;
left: 15px;
z-index: 50;
display: block;
width: 27px;
height: 27px;
background:url(/css/images/previous.png) top left no-repeat;
}
#previous.grey {
background: url(/css/images/previous-grey.png) top left no-repeat;	
}
#next span,
#previous span {
margin: 0 0 0 -10000px;	
}

#step_images p.downloadlink a {
display: block;
	background:url(../images/news/redarrow.gif) top left no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #ed0187;
}

#step_images p.downloadlink {
padding-top: 8px;
text-transform:uppercase;
}

#step_images li h1 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #ed0187;
}
#step_images li h2 {
margin: 3px 0 0 0;
padding: 0;
}
#step_images p {
color: #666;	
}

img, div, a { behavior: url(/css/iepngfix.htc) }
