#homeSliderControlInfo{
	float: right;
	background-image: url("../images/home/slider_info.png");
	background-repeat: no-repeat;
	font-size: 10px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	cursor: pointer;
}
#homeSliderControlTitle {
	float: right;
	max-width: 300px;
	color: #FFFFFF;
	padding: 10px;
	font-size: 0.9em;
	border-radius: 2px;
	background-image: url("../images/home/slider_trans_title.png");
	overflow: hidden;
	text-align: center;
}
.slider_button{
	float: left;
	width: 14px;
	height: 14px;
	margin-right:5px;
	cursor: pointer;
	background-image: url("../images/home/slider_passive.png");
}
.slider_active_button{
	width: 14px;
	height: 14px;
	background-image: url("../images/home/slider_active.png");
}
.slider_button_left{
	float: left;
	width: 14px;
	height: 14px;
	margin-right:5px;
	cursor: pointer;
	background-image: url("../images/home/slider_left.png");
}
.slider_button_right{
	float: left;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-image: url("../images/home/slider_right.png");
}
#page_home{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: none;
}
#canvas_home{
	position: fixed;
	width: 100%;
	z-index:10;
	height: 1px;
}
.home_item{
	float: left;
	z-index: 5;
	overflow: hidden;
}
#input_home{
	overflow: hidden;
	z-index: 8;
	float: left;
}
#home_items_root_0{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home_item_link{
	display: none;
}
.home_item_title_name{
	display: none;
}
.home_item_title_desc{
	display: none;
}
.home_item_vlink{
	display: none;
}
.home_item_desc{
	display: none;
}
.home_background_image{
	display: none;
}