#stripe {
	border-top: 1px solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
} 

#stripe .stripe {
}

#stripe .stripe .images {
	bottom: 0px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
#stripe .thumbs {
	background-color: rgb(255, 255, 255);
	position: relative;
}
#stripe .thumbs .slides {
	height: 40px;
	overflow: hidden;
	position: relative;
}
#stripe .thumbs .slides .slidesContent {
	position: absolute;
}
#stripe .thumbs .slides .slide {
	position: absolute;
	cursor: pointer;
	top: 0px;
}

#stripe .stripe .buildings {
	bottom: 0px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
#stripe .stripe .buildings .horizon {
	position: relative;
	overflow: hidden;
}
#stripe .stripe .buildings .scenery {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#stripe .stripe .buildings .skyline {
	background-color: rgb(255, 255, 255);
	left: 0px;
	position: absolute;
	height: 40px;
}

.skyscraper {
	background: url(../img/buildings.png) no-repeat;
	bottom: 0px;
	position: absolute;
	height: 40px;
	width: 40px;
}
.skyscraper-A {
	background-position: 0px bottom;
}
.skyscraper-B {
	background-position: -40px bottom;
}
.skyscraper-C {
	background-position: -80px bottom;
}
.skyscraper-D {
	background-position: -120px bottom;
}
.skyscraper-E {
	background-position: -160px bottom;
}

/*
#buildings .tree {
	background: url(../img/trees.png) no-repeat;
	left: 0px;
	position: absolute;
	height: 50px;
	width: 40px;
}

.tree-A {
	background-position: 0px bottom;
}
.tree-B {
	background-position: -40px bottom;
}
.tree-C {
	background-position: -80px bottom;
}
*/

