#scrollarea {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 308px;
	margin-top: 0px;
	margin-bottom: 7px;
}

#scrollarea .items {
	width: 20000px;
	position: absolute;
}

.items div.slide_container {
	float: left;
	width: 1000px; 
	position: relative; 
}

#scrollnav {
	width: 1000px;
	margin: 0px auto;
}

.navi {
	width: 84px;
	height: 8px;
	margin: 0px auto;
	margin-bottom: 15px;
	clear: both;
}

.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/images/scrollhome/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 0;
}

.navi a:hover {
	background-position: 0 -8px;
}

.navi a.active {
	background-position: 0 -16px;
}

	
.x1_banner_button {
	position: absolute;
	top: 149px;
	z-index: 1000;
	}

.x1_banner_button img { 
	margin-right: 23px; 
	}
	
div.x1_banner_figure { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 300;
	}
	
	
.btn_slide_show_wrapper { 
	margin: 0; 
	padding: 0; 
	width: 166px; 
	position: absolute; 
	z-index: 200;
	}
	
#btn_slide_show1 { 
	top: 199px; 
	left: 293px; 
	}
	
#btn_slide_show2 { 
    top: 193px;
    left: 207px;
	}
	
#btn_slide_show3 { 
	top: 190px; 
	left: 589px; 
	}
	
#btn_slide_show4 { 
	top: 212px; 
	left: 571px; 
	}

#btn_slide_show4a { 
	top: 212px; 
	left: 751px; 
	}
	
#btn_slide_show5 { 
	top: 216px; 
	left: 340px; 
	}

#btn_slide_show6 {
	top: 210px;
	left: 115px;
	/*top: 208px;
	left: 114px; */
}

#btn_slide_show7 {
    top: 209px;
    left: 276px;
}

#btn_slide_show_a { 
	top: 190px;
	left: 690px; 
	}
	
#btn_slide_show_vdi { 
	top: 219px; 
	left: 324px; 
	}

#btn_slide_show_b { 
	top: 212px; 
	left: 69px; 
	}
	
#btn_slide_show_c { 
	top: 212px; 
	left: 421px; 
	}

#btn_slide_show_d{ 
	top: 212px; 
	left: 480px; 
    }

#btn_slide_show_darkweb {
    top: 210px;
    left: 270px;
}
	
	
a#btn_slide_show { 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	clear: both; 
	position: relative; 
	margin: auto; 
	display:block; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px; 
	width: 166px;
	height:48px;
	text-align:center; 
	line-height: 48px; 
	background-color:#cc6633; 
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 1.3em; 
	text-shadow: rgba(0,0,0,.4) 0 -1px 2px; 
	-webkit-box-shadow: rgba(0,0,0,.3) 2px 2px 3px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3); 
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

a#btn_slide_show:visited { 
	color: #ffffff; 
	}

a#btn_slide_show:hover {
	background-color:#bd5927;
	text-decoration: none; 
	color: #ffffff; 
}

a#btn_slide_show:active { 
	color: #ffffff; 
}


