#slideshow {
    position:relative;
    height:300px;
    width:900px;
    overflow: hidden;
    cursor: pointer;
    background: url(/assets/html5apps/images/preloader4.gif) 50% 50% no-repeat;
}
#slides {
    position:relative;
    height:300px;
    width:900px;
    overflow: hidden;
    opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

#slides img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slides img.active {
    z-index:10;
}

#slides img.last-active {
    z-index:9;
}
#mainbar {
	position: absolute;
	z-index: 999;
	left: 0;
	top:215px;
	width: 900px;
	height: 85px;
	background: url(/assets/html5apps/images/home/blue.png);
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#sol_container {
	position: relative;
	float: left;
	width: 306px;
	height: 85px;
}
#solution {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 306px;
	height: 85px;
	background: url(/assets/html5apps/images/home/solutions.png) no-repeat;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#sol_blur {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 306px;
	height: 85px;
	background: url(/assets/html5apps/images/home/sol_blur.png) no-repeat;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#world_container {
	position: relative;
	margin-left:307px;
	width: 0px;
	height: 85px;
	overflow:hidden;
}
#world {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 594px;
	height: 85px;
	background: url(/assets/html5apps/images/home/world.png) no-repeat;
}
#world_blur {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 594px;
	height: 85px;
	background: url(/assets/html5apps/images/home/world_blur.png) no-repeat;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#smallbar {
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: 180px;
	left: 0;
	width: 0px;
	height: 31px;
	background: url(/assets/html5apps/images/home/small_bar.png) no-repeat;
}
#learn_more {
	width: 324px;
	height: 31px;
	background-image: url(/assets/html5apps/images/home/learn-sprite.png);
	background-repeat: no-repeat;
	background-position:  0 -31px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
} 