/* total height for top: height: 448px; */
#step_images_wrapper {
	height:	448px;
	width: 1024px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background:url(images/step_bkg.gif) 0 44px repeat-x;
}
#fade-sides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 1024px;
	height: 448px;
	background:url(images/left-steps-white-fade.png) top left no-repeat;
}
#fade-sides div {
	background:url(images/right-steps-white-fade.png) top right no-repeat;
	width: 358px;
	height: 448px;
	float: right;
}
#step_images {
	height:	404px;
	width: 12000px;
	position: relative;
	z-index: 2;
	top: 44px;
	left: 330px;
}
#step_images ul {
	list-style: none;
	clear:both;
	float: left;
	height: 404px;
}
#step_images li {
	float: left;
	height: 404px;
	width: 365px;
}

#step_images li img {
margin: 0 auto;	
}



#next {
position: absolute;
top: 170px;
right: 15px;
z-index: 50;
width: 27px;
height: 27px;
background:url(images/next.png) top left no-repeat;
}
#next.grey {
background: url(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(images/previous.png) top left no-repeat;
}
#previous.grey {
background: url(images/previous-grey.png) top left no-repeat;	
}
#next span,
#previous span {
margin: 0 0 0 -10000px;	
}

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