
#boxA {
	height: 150px;
	width: 867px;
	z-index:1;
	position: absolute;
	top: 4px;
	background: url(../images/slideshow_corporatestore.png) no-repeat left top;
}
#boxB {
	height: 150px;
	width: 867px;
	z-index:2;
	position: absolute;
	top: 4px;
	background: url(../images/slideshow_dynamicdesign.png) no-repeat left top;
}
#boxC {
	height: 150px;
	width: 867px;
	z-index:3;
	position: absolute;
	top: 4px;
    background:url(../images/slideshow_crossmedia.png) no-repeat left top;
}
#boxD {
	height: 150px;
	width: 867px;
	z-index:4;
	position: absolute;
	top: 4px;
	background: url(../images/slideshow_variabledata.png) no-repeat left top;
}
#boxE {
	height: 150px;
	width: 867px;
	z-index:5;
	position: absolute;
	top: 4px;
		background:url(../images/slideshow_retail.png) no-repeat left top;
}
.animate_container{
	display: block;
	width: 880px;
	height: 155px;
	position: absolute;
	top: 148px;
	padding-left: 15px;

}
.stopbutton{
	width: 50px;
	height: 25px;
	color: #f00;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-color: #ff0;
	border: 2px double #666;
	display: block;
	float: left;
	clear: both;
}