#vert_sign  {
	width:22px;
	height:460px;
	top:100px;
}
/* single item */
div.items div {
	width:560px;
	position:relative;
	top:0px;
	background-repeat:no-repeat;
	padding-left:-220px;
}
div.items div img {
	position:absolute;
	top:20px;
	margin-left:170px;
}
#first {
	width:560px;
	margin-left:0px;
	top:0px;
}
#first img {
	margin-left:50px;
}
div.items div div.text_svg {
	position:absolute;
	margin-left:615px;
	top:20px;
	display:none;
}
#text_1_svg {
	margin-left:555px;
}
div.items div div.text_rotate {
	position:absolute;
	color:rgb(149, 149, 149);
	font-family:Georgia;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	width:380px;
	height:120px;
	top:20px;
	left:610px;
	text-align:right;
	display:none;
}
#text_1_rotate {
	left:555px;
	font-size:25px;
}
#last_text {
	position:absolute;
	width:540px;
	margin-left:221px;
	top:185px;
	font-family:Georgia;
	font-size:23px;
	color:rgb(149,149,149);
}
#last_text i {
	color:black;
}