.wrapper {
	width: 900px;
	position:absolute;
	left:40px;
	top:25px;
}
.demo {
	width: 170px;
	height: 400px;
	float:left;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
}
.demo2 {
	width: 170px;
	height: 400px;
	float:left;
}
.demo img {
	border: 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
}
.demo2 img {
	border: 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
}
